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