summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgenafx-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/genafx-test.sh b/genafx-test.sh
index edc2614b..9566276e 100755
--- a/genafx-test.sh
+++ b/genafx-test.sh
@@ -5,7 +5,7 @@ set -e
baseout="$1"
shift 1
fileset="$@"
-listopts="-z -n named -r synfiles"
+listopts="-z -n named"
cd src;
@@ -15,7 +15,7 @@ mv -t .. *.class
cd ..
-java AffixLister $listopts -- $fileset > output/"$baseout".txt 2> output/"$baseout".err
+java AffixLister $listopts $fileset > output/"$baseout".txt 2> output/"$baseout".err
tail -n 2 output/"$baseout".err