From 2c6cf78f79b8ed9cfc8bd27934af23e1c7add7c4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 11 Jun 2022 20:09:01 +0200 Subject: [PATCH] This never worked, now it does :) --- changedetectionio/run_all_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changedetectionio/run_all_tests.sh b/changedetectionio/run_all_tests.sh index c2bbf9aa8..625429c78 100755 --- a/changedetectionio/run_all_tests.sh +++ b/changedetectionio/run_all_tests.sh @@ -9,6 +9,8 @@ # exit when any command fails set -e +export MINIMUM_SECONDS_RECHECK_TIME=0 + find tests/test_*py -type f|while read test_name do echo "TEST RUNNING $test_name"