summaryrefslogtreecommitdiffstats
path: root/tests/ts/script
diff options
context:
space:
mode:
authorKarel Zak2015-03-19 12:06:35 +0100
committerKarel Zak2015-03-19 12:06:35 +0100
commit8ba3f35e07f736a0165669ac787b016b4311eb29 (patch)
treee8f100304413be184dae1821d11f79aa3b666ad8 /tests/ts/script
parenthwclock: non-root access in test mode (diff)
downloadkernel-qcow2-util-linux-8ba3f35e07f736a0165669ac787b016b4311eb29.tar.gz
kernel-qcow2-util-linux-8ba3f35e07f736a0165669ac787b016b4311eb29.tar.xz
kernel-qcow2-util-linux-8ba3f35e07f736a0165669ac787b016b4311eb29.zip
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>
Diffstat (limited to 'tests/ts/script')
-rwxr-xr-xtests/ts/script/race3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ts/script/race b/tests/ts/script/race
index c94740236..a1e35b8f2 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 "$*"