From: Jean Privat Date: Tue, 16 Oct 2012 17:37:17 +0000 (-0400) Subject: tests: tests_icode.sh generates files in out/ X-Git-Tag: v0.6~335^2~14 X-Git-Url: http://nitlanguage.org tests: tests_icode.sh generates files in out/ Signed-off-by: Jean Privat --- diff --git a/tests/tests_icode.sh b/tests/tests_icode.sh index e4cac7b..6f55bfd 100755 --- a/tests/tests_icode.sh +++ b/tests/tests_icode.sh @@ -76,7 +76,7 @@ for ii in "$@"; do # Compile # The point of ICode testing is to validate analysis/optimizations # Force '--global' option ! - $NITC $OPT --global --output-format icode "$i" $includes 2> "$ff.cmp.err" > "$ff.compile.log" + $NITC $OPT --global --output-format icode "$i" $includes 2> "out/$ff.cmp.err" > "out/$ff.compile.log" ERR=$? if [ "$ERR" != 0 ]; then # Could not compile