diff options
| author | Karel Zak <kzak@redhat.com> | 2015-03-19 12:06:35 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2015-03-19 12:06:35 +0100 |
| commit | 8ba3f35e07f736a0165669ac787b016b4311eb29 (patch) | |
| tree | e8f100304413be184dae1821d11f79aa3b666ad8 /tests/ts/script | |
| parent | a0e215fb2d501acbcb81c0e65e181b6536bc61bd (diff) | |
| download | util-linux-8ba3f35e07f736a0165669ac787b016b4311eb29.tar.gz | |
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-x | tests/ts/script/race | 3 |
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 "$*" |
