tests: do not try to test examples form lib/popcorn
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 20 May 2016 00:04:40 +0000 (20:04 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 20 May 2016 00:13:03 +0000 (20:13 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

tests/listfull.sh

index 30c792b..a28ab28 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-printf "%s\n" "$@" \
+ls -1 -- "%s\n" "$@" \
        ../src/nit*.nit \
        ../src/test_*.nit \
        ../src/examples/*.nit \
@@ -16,4 +16,5 @@ printf "%s\n" "$@" \
        ../contrib/neo_doxygen/src/tests/neo_doxygen_*.nit \
        ../contrib/pep8analysis/src/pep8analysis.nit \
        ../contrib/nitiwiki/src/nitiwiki.nit \
-       *.nit
+       *.nit \
+       | grep -v ../lib/popcorn/examples/