diff options
author | Vijay Bellur <vijay@gluster.com> | 2011-10-07 12:29:29 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-10-07 00:09:12 -0700 |
commit | 33ac0c6b48ccbaf357644710c804e55bdfdb12da (patch) | |
tree | d8c2b4cbdaacfa0d41415126ff733e8321a59be6 /smoke.sh | |
parent | 3e7d8614cdb4bd77d31b7e10cdd56ab212291568 (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-x | smoke.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) & |