From: Antti Kantee Date: Wed, 27 Jan 2016 21:35:18 +0000 (+0000) Subject: Add RUMPSTOP to config too, so that tests find it. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fe833f2b0ee64d76e5de572e6e922df174ebd94c;p=osstest%2Frumprun.git Add RUMPSTOP to config too, so that tests find it. --- diff --git a/build-rr.sh b/build-rr.sh index d15e331..c24180a 100755 --- a/build-rr.sh +++ b/build-rr.sh @@ -339,6 +339,7 @@ export RUMPRUN_MKCONF="${RROBJ}/config.mk" export RUMPRUN_SHCONF="${RROBJ}/config.sh" export RUMPRUN_BAKE="${RRDEST}/bin/rumprun-bake" export RUMPRUN="${RRDEST}/bin/rumprun" +export RUMPSTOP="${RRDEST}/bin/rumpstop" EOF export RUMPRUN_MKCONF="${RROBJ}/config.mk" diff --git a/tests/runtests.sh b/tests/runtests.sh index fb0a33b..f029e41 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -105,7 +105,7 @@ runguest () sleep 1 done - rumpstop ${OPT_SUDO} ${cookie} + ${RUMPSTOP} ${OPT_SUDO} ${cookie} fi echo ">> Result: ${TEST_RESULT} (${TEST_ECODE})"