From 9a8547aafa2084625554402a0bb77013b80ad757 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 25 Sep 2014 20:21:10 -0400 Subject: [PATCH] tests: interpteters have a 0 time compilation (fix tests output with interpreters) Signed-off-by: Jean Privat --- tests/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.sh b/tests/tests.sh index 74b4a9b..af3fa2b 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -439,6 +439,7 @@ END > "$ff.cmp.err" > "$ff.compile.log" ERR=0 + echo 0.0 > "$ff.time.out" else if skip_cc "$bf"; then nocc="--no-cc" -- 1.7.9.5