summaryrefslogtreecommitdiffstats
path: root/smoke.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smoke.sh')
-rwxr-xr-xsmoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke.sh b/smoke.sh
index 612f6400851..5080f59ca62 100755
--- a/smoke.sh
+++ b/smoke.sh
@@ -34,7 +34,7 @@ function run_tests()
{
cd $M;
- (sleep 1; dbench -x -s -t 60 10 >/dev/null) &
+ (sleep 1; dbench -s -t 60 10 >/dev/null) &
(sleep 1; /opt/qa/tools/posix_compliance.sh) &