Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Apr 22, 2021
1 parent 4038e26 commit 95a0307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ wait
head -n900 test/*.out | grep -v '^Hint: ' |
sed -e 's@.*/cligen.nim(@cligen.nim(@' \
-e 's@.*/cligen/@cligen/@' \
-e 's@.*/test/@test/@' > test/out
-e 's@.*/test/@test/@' | tr -d \\037 > test/out
rm -f test/*.out
diff test/ref test/out

0 comments on commit 95a0307

Please sign in to comment.