3 # additional arguments to various commands
5 # already defined, eg. via make argument
6 if [ -n "$TEST_ENABLE_OVERRIDE" ]; then
11 TEST_ENABLE_OVERRIDE=false
13 TEST_ARGS_CHECK=--mode=lowmem
15 # gets arguments of a current command and can decide if the argument insertion
16 # should happen, eg. if some option combination does not make sense or would
20 if echo "$TEST_CHECK" | grep -q 'mode=lowmem' &&
21 echo "$@" | grep -q -- '--repair'; then