]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Revert "tests: start script/race test only when --force specified"
authorRuediger Meier <ruediger.meier@ga-group.nl>
Sat, 4 Jul 2015 09:51:06 +0000 (11:51 +0200)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Tue, 28 Jul 2015 09:54:53 +0000 (11:54 +0200)
This reverts commit 8ba3f35e07f736a0165669ac787b016b4311eb29.

This test is not too slow anymore and BTW since last script refactoring
it does work now even on slow/heavy-loaded systems.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
tests/ts/script/race

index 65d48e29fdb11d19606d29f52805b76e4601b22c..4bdbe951ec3e4b0c375799a10a6ec3769df1b06c 100755 (executable)
@@ -19,9 +19,6 @@
 TS_TOPDIR="${0%/*}/../.."
 TS_DESC="race conditions"
 
-# Don't execute this test by default, --force required
-TS_OPTIONAL="yes"
-
 . $TS_TOPDIR/functions.sh
 ts_init "$*"