add test for python program (different handler)
This commit is contained in:
parent
38c84e2ccb
commit
e10cb959b3
@ -31,7 +31,7 @@ __author__ = 'J
|
|||||||
|
|
||||||
|
|
||||||
# Imports
|
# Imports
|
||||||
import cgi, string, sys
|
import string, sys
|
||||||
import html
|
import html
|
||||||
import io
|
import io
|
||||||
import keyword, token, tokenize
|
import keyword, token, tokenize
|
||||||
|
|||||||
@ -9,6 +9,9 @@ initvariables $0
|
|||||||
recollq '"maps image file tags to xapian tags"'
|
recollq '"maps image file tags to xapian tags"'
|
||||||
recollq '"PMC = Performance Monitor Control MSR"'
|
recollq '"PMC = Performance Monitor Control MSR"'
|
||||||
recollq shellscriptUUnique
|
recollq shellscriptUUnique
|
||||||
|
# Python: query.py
|
||||||
|
recollq Xesam QueryException
|
||||||
|
|
||||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||||
|
|
||||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||||
|
|||||||
@ -4,3 +4,5 @@ application/x-perl [file:///home/dockes/projets/fulltext/testrecoll/program/rcli
|
|||||||
application/x-shellscript [file:///home/dockes/projets/fulltext/testrecoll/program/run_program_with_counters.sh] [run_program_with_counters.sh] 2632 bytes
|
application/x-shellscript [file:///home/dockes/projets/fulltext/testrecoll/program/run_program_with_counters.sh] [run_program_with_counters.sh] 2632 bytes
|
||||||
1 results
|
1 results
|
||||||
application/x-shellscript [file:///home/dockes/projets/fulltext/testrecoll/program/nosuffixshell] [nosuffixshell] 34 bytes
|
application/x-shellscript [file:///home/dockes/projets/fulltext/testrecoll/program/nosuffixshell] [nosuffixshell] 34 bytes
|
||||||
|
1 results
|
||||||
|
text/x-python [file:///home/dockes/projets/fulltext/testrecoll/program/query.py] [query.py] 32748 bytes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user