]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
also, don't try to run the cryptotest which is now not built
authorAntti Kantee <pooka@iki.fi>
Wed, 11 May 2016 13:51:34 +0000 (13:51 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 11 May 2016 13:51:34 +0000 (13:51 +0000)
tests/runtests.sh

index f029e4167b683cda83ed903cb8b48c8e675ca8ab..5791eb3e2704b6296ae611eb4614b56ad5c0efa2 100755 (executable)
@@ -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 ==='