tests: tests_icode.sh generates files in out/
authorJean Privat <jean@pryen.org>
Tue, 16 Oct 2012 17:37:17 +0000 (13:37 -0400)
committerJean Privat <jean@pryen.org>
Wed, 17 Oct 2012 13:17:19 +0000 (09:17 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/tests_icode.sh

index e4cac7b..6f55bfd 100755 (executable)
@@ -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