unity scope: need to use same cats as top files scope
This commit is contained in:
commit
0143fdd7cc
940 changed files with 382647 additions and 0 deletions
16
tests/xml/xml.sh
Executable file
16
tests/xml/xml.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
topdir=`dirname $0`/..
|
||||
. $topdir/shared.sh
|
||||
|
||||
initvariables $0
|
||||
(
|
||||
recollq -S mtime xmlhuunique
|
||||
recollq -S mtime xmlzhuunique
|
||||
recollq -S mtime xmlzshuunique
|
||||
|
||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||
|
||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||
|
||||
checkresult
|
Loading…
Add table
Add a link
Reference in a new issue