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>
This commit is contained in:
Vijay Bellur 2011-10-07 12:29:29 +05:30
parent 3e7d8614cd
commit 33ac0c6b48

View File

@ -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) &