Remove --force from test.sh default commandline option

pull/1940/head
jsteube 5 years ago
parent 4d2a0a7738
commit b290c4c696

@ -5,7 +5,7 @@
## License.....: MIT
##
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable -O"
OPTS="--quiet --potfile-disable --runtime 400 --hwmon-disable -O"
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

Loading…
Cancel
Save