From c8db26cc35876fe5e526c6cbb48ceff0f1e4d4d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Oct 2018 21:12:05 -0400 Subject: [PATCH] Make the test app not hang We want an app that keeps running for some of the library tests, but other tests expect it to return right away. Make this opt-in. --- tests/make-test-app.sh | 2 +- tests/testlibrary.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/make-test-app.sh b/tests/make-test-app.sh index 7ba186cf..a25554cc 100755 --- a/tests/make-test-app.sh +++ b/tests/make-test-app.sh @@ -36,7 +36,7 @@ mkdir -p ${DIR}/files/bin cat > ${DIR}/files/bin/hello.sh <