Remove unnecessary filter

The things it was filtering do not need to be filtered
This commit is contained in:
Flaviu Tamas
2015-02-07 13:19:43 -05:00
parent 7191869d09
commit 5cbaa1ba37

View File

@@ -1,4 +1,3 @@
#!/bin/sh
nim c --path:src -r --verbosity:0 --hints:off --linedir:on --debuginfo \
--stacktrace:on --linetrace:on "$@" ./test/testall.nim \
| grep -vE 'ProveInit|instantiation from here'
--stacktrace:on --linetrace:on "$@" ./test/testall.nim