Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 23, 2015
1 parent 11ade93 commit e5693fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ else
fi


echo "Running foliaquery" >&2
foliaquery --text "zin" test.xml > test.tmp
echo "Running foliaquery1" >&2
foliaquery1 --text "zin" test.xml > test.tmp
if [ $? -ne 0 ]; then
echo "...FAILED" >&2
FAILURE=1
Expand All @@ -112,8 +112,8 @@ else
fi
fi

echo "Running foliaquery (2)" >&2
foliaquery --pos "{(A|T).*} {N\(.*}" test.xml > test.tmp
echo "Running foliaquery1 (2)" >&2
foliaquery1 --pos "{(A|T).*} {N\(.*}" test.xml > test.tmp
if [ $? -ne 0 ]; then
echo "...FAILED" >&2
FAILURE=1
Expand Down

0 comments on commit e5693fc

Please sign in to comment.