From: Ruediger Meier Date: Sat, 4 Jul 2015 09:51:06 +0000 (+0200) Subject: Revert "tests: start script/race test only when --force specified" X-Git-Tag: v2.27-rc1~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd84241de3f20afef5446ab3f3bbb0245a520faa;p=thirdparty%2Futil-linux.git Revert "tests: start script/race test only when --force specified" 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 --- diff --git a/tests/ts/script/race b/tests/ts/script/race index 65d48e29fd..4bdbe951ec 100755 --- a/tests/ts/script/race +++ b/tests/ts/script/race @@ -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 "$*"