Commit 80bb97fd96deebf29728b0bf3899741bb39b6dd1

czurnieden 2019-05-26T03:50:33

corrected path for autotune-output

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/testme.sh b/testme.sh
index 306c67d..f34d96f 100755
--- a/testme.sh
+++ b/testme.sh
@@ -126,9 +126,9 @@ _runtest()
   then
     # "make tune" will run "tune_it.sh" automatically, hence "autotune", but it cannot
     # get switched off without some effort, so we just let it run twice for testing purposes
-    _make "$1" "$2" ""
     echo -e "\rRun autotune $1 $2"
-    $_timeout $TUNE_CMD > ../test_${suffix}.log || _die "running autotune" $?
+    _make "$1" "$2" ""
+    $_timeout $TUNE_CMD > test_${suffix}.log || _die "running autotune" $?
   else
     _make "$1" "$2" "test_standalone"
     echo -e "\rRun test $1 $2"