From a2f41da559e7475df623c325f313d28fa797176c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 7 Mar 2018 06:35:35 -0500 Subject: [PATCH] script cleanup Signed-off-by: Kenneth Reitz --- run-tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index ce6d7548..684779f9 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -14,11 +14,13 @@ fi # If running in CI environment… if [[ ! -z "$CI" ]]; then - echo "Using RAM disk…" + echo "Running in a CI environment…" + echo "Using RAM disk…" RAM_DISK="/opt/ramdisk" export RAM_DISK + # Use tap output for tests. TAP_OUTPUT="1" export TAP_OUTPUT