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 <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-03-19 12:06:35 +01:00
parent a0e215fb2d
commit 8ba3f35e07
1 changed files with 3 additions and 0 deletions

View File

@ -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 "$*"