summaryrefslogtreecommitdiffstats
path: root/smoke.sh
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2011-10-07 12:29:29 +0530
committerVijay Bellur <vijay@gluster.com>2011-10-07 00:09:12 -0700
commit33ac0c6b48ccbaf357644710c804e55bdfdb12da (patch)
treed8c2b4cbdaacfa0d41415126ff733e8321a59be6 /smoke.sh
parent3e7d8614cdb4bd77d31b7e10cdd56ab212291568 (diff)
smoke.sh: Avoid running extended attribute tests with dbench
Change-Id: I6d58e387e2bf9d5616ec3950abdb0680801523db BUG: 3234 Reviewed-on: http://review.gluster.com/564 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
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) &