summaryrefslogtreecommitdiff
path: root/tests/common.local
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.local')
-rw-r--r--tests/common.local11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/common.local b/tests/common.local
index 4f56bb08..d2b8d073 100644
--- a/tests/common.local
+++ b/tests/common.local
@@ -3,14 +3,13 @@
# additional arguments to various commands
# already defined, eg. via make argument
-if [ -n "$TEST_ENABLE_OVERRIDE" ]; then
- return
-fi
+if [ -z "$TEST_ENABLE_OVERRIDE" ]; then
+ # set to 'true'
+ TEST_ENABLE_OVERRIDE=false
-# set to 'true'
-TEST_ENABLE_OVERRIDE=false
+ TEST_ARGS_CHECK=--mode=lowmem
+fi
-TEST_ARGS_CHECK=--mode=lowmem
# gets arguments of a current command and can decide if the argument insertion
# should happen, eg. if some option combination does not make sense or would