From: Antti Kantee Date: Wed, 11 May 2016 13:51:34 +0000 (+0000) Subject: also, don't try to run the cryptotest which is now not built X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4410a20969d7a6597c6ccac1dc021e9ca8d24eb4;p=osstest%2Frumprun.git also, don't try to run the cryptotest which is now not built --- diff --git a/tests/runtests.sh b/tests/runtests.sh index f029e41..5791eb3 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -34,7 +34,7 @@ export RUMPRUN_WARNING_STFU=please # TODO: use a more scalable way of specifying tests TESTS='hello/hello.bin basic/ctor_test.bin basic/pthread_test.bin - basic/tls_test.bin basic/misc_test.bin crypto/md5.bin' + basic/tls_test.bin basic/misc_test.bin' [ -x hello/hellopp.bin ] && TESTS="${TESTS} hello/hellopp.bin" STARTMAGIC='=== FOE RUMPRUN 12345 TES-TER 54321 ==='