summaryrefslogtreecommitdiffstats
path: root/tests/ts/script
diff options
context:
space:
mode:
authorRuediger Meier2015-07-04 11:51:06 +0200
committerRuediger Meier2015-07-28 11:54:53 +0200
commitbd84241de3f20afef5446ab3f3bbb0245a520faa (patch)
treebe64e2a2d8fbc6e4e2f63c156829c4ef66ddb292 /tests/ts/script
parentscript: evaluate errno only if read() sets it (diff)
downloadkernel-qcow2-util-linux-bd84241de3f20afef5446ab3f3bbb0245a520faa.tar.gz
kernel-qcow2-util-linux-bd84241de3f20afef5446ab3f3bbb0245a520faa.tar.xz
kernel-qcow2-util-linux-bd84241de3f20afef5446ab3f3bbb0245a520faa.zip
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 <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/script')
-rwxr-xr-xtests/ts/script/race3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ts/script/race b/tests/ts/script/race
index 65d48e29f..4bdbe951e 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 "$*"