From 4410a20969d7a6597c6ccac1dc021e9ca8d24eb4 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Wed, 11 May 2016 13:51:34 +0000 Subject: [PATCH] also, don't try to run the cryptotest which is now not built --- tests/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ===' -- 2.39.5