diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-05 10:18:58 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-05 10:19:37 -0400 |
| commit | 83aa70558d2c8f5f675e2c9ce69627ad49d4b51d (patch) | |
| tree | dd7c2fec4f1162df47aa190a1257fd8a38b575ad /genafx-test.sh | |
| parent | 6f953bc6bc26879e0a42252ae7f808db759172f2 (diff) | |
Adjust script
Diffstat (limited to 'genafx-test.sh')
| -rwxr-xr-x | genafx-test.sh | 4 |
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 |
