fix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 4 Apr 2008 13:49:23 +0000 (13:49 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 4 Apr 2008 13:49:23 +0000 (13:49 +0000)
system/runtest
system/template-qemu/qemu-start-node

index 2923c61..9fb8e9a 100755 (executable)
@@ -2,4 +2,4 @@
 cd $(dirname $0)
 mkdir -p logs
 logfile=logs/runtest-$(date +%H-%M).log
-exec python -u TestMain.py "$@" | tee logfile
+exec python -u TestMain.py "$@" | tee $logfile
index e7327cb..42c0d2e 100755 (executable)
@@ -23,10 +23,10 @@ fi
 # the launcher, depending on local/target archs
 archs="$(uname -i)+$TARGET_ARCH"
 case $archs in
-    i386+i386)         QEMU= qemu;;
-    i386+x86_64)       QEMU= qemu-system-x86_64;;
-    x86_64+i386)       QEMU= qemu;;
-    x86_64+x86_64)     QEMU= qemu-system-x86_64;;
+    i386+i386)         QEMU=qemu;;
+    i386+x86_64)       QEMU=qemu-system-x86_64;;
+    x86_64+i386)       QEMU=qemu;;
+    x86_64+x86_64)     QEMU=qemu-system-x86_64;;
 esac
 
 #Creating new HDA if needed only