From bd84241de3f20afef5446ab3f3bbb0245a520faa Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Sat, 4 Jul 2015 11:51:06 +0200 Subject: [PATCH] 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 --- tests/ts/script/race | 3 --- 1 file changed, 3 deletions(-) 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 "$*" -- 2.47.3