Switch to unified view
a/tests/images/images.sh | b/tests/images/images.sh | ||
---|---|---|---|
... |
... |
||
4 | . $topdir/shared.sh |
4 | . $topdir/shared.sh |
5 | 5 | ||
6 | initvariables $0 |
6 | initvariables $0 |
7 | 7 | ||
8 | # Image names |
8 | # Image names |
9 | recollq photovoeux > $mystdout 2> $mystderr
|
9 | recollq photovoeux 2> $mystderr |
|
10 | egrep -v '^Recoll query: ' > $mystdout |
||
10 | 11 | ||
11 | diff -w ${myname}.txt $mystdout > $mydiffs 2>&1 |
12 | diff -w ${myname}.txt $mystdout > $mydiffs 2>&1 |
12 | 13 | ||
13 | checkresult |
14 | checkresult |