From 33ac0c6b48ccbaf357644710c804e55bdfdb12da Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 7 Oct 2011 12:29:29 +0530 Subject: 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 Reviewed-by: Raghavendra Bhat --- smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoke.sh') 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) & -- cgit