From: Karel Zak Date: Thu, 19 Mar 2015 11:06:35 +0000 (+0100) Subject: tests: start script/race test only when --force specified X-Git-Tag: v2.27-rc1~339 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ba3f35e07f736a0165669ac787b016b4311eb29;p=thirdparty%2Futil-linux.git tests: start script/race test only when --force specified The test generates 1000 processes and it seems too invasive for test/build machines and containers. Signed-off-by: Karel Zak --- diff --git a/tests/ts/script/race b/tests/ts/script/race index c947402360..a1e35b8f25 100755 --- a/tests/ts/script/race +++ b/tests/ts/script/race @@ -19,6 +19,9 @@ 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 "$*"