]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
use rumpstop instead of kill
authorAntti Kantee <pooka@iki.fi>
Fri, 10 Apr 2015 16:46:15 +0000 (16:46 +0000)
committerAntti Kantee <pooka@iki.fi>
Fri, 10 Apr 2015 16:46:15 +0000 (16:46 +0000)
tests/runtests.sh

index ded4504281407b085971a733d1e2a874c7b26cc0..1087e9bda14d0de636bec63d42937519f06d9562 100755 (executable)
@@ -30,6 +30,7 @@
 TESTS='hello/hello basic/ctor_test basic/pthread_test basic/tls_test'
 
 RUMPRUN=$(pwd)/../app-tools/rumprun
+RUMPSTOP=$(pwd)/../app-tools/rumpstop
 
 STARTMAGIC='=== FOE RUMPRUN 12345 TES-TER 54321 ==='
 ENDMAGIC='=== RUMPRUN 12345 TES-TER 54321 EOF ==='
@@ -95,7 +96,7 @@ runguest ()
        done
        echo ">> Result: ${TEST_RESULT} (${TEST_ECODE})"
 
-       kill ${cookie}
+       ${RUMPSTOP} ${cookie}
 }
 
 getoutput ()