From b85ec1096909fd8cb477078bd3dec97480167dc5 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Thu, 29 Mar 2012 23:14:33 +0530 Subject: system_light: fetch the known configuration file for dbench instead of default file Fetch the configuration file for dbench from the known location instead of depending upon the default path. Change-Id: Id7fd39a4cf7765c22500e2771c2cd072e8f04d9c Signed-off-by: Raghavendra Bhat --- sanity/system_light/scripts/dbench/dbench_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanity/system_light/scripts/dbench/dbench_run.sh') diff --git a/sanity/system_light/scripts/dbench/dbench_run.sh b/sanity/system_light/scripts/dbench/dbench_run.sh index 6887512..5bc0608 100755 --- a/sanity/system_light/scripts/dbench/dbench_run.sh +++ b/sanity/system_light/scripts/dbench/dbench_run.sh @@ -4,7 +4,7 @@ function main() { #runs $3 multiple clients on mount point and tests the performance and -t option ($2) tells the time for which it should be run echo "start:`date +%T`" - time dbench -t $TIME -s -S $DBENCH_CLNTS 2>>$LOG_FILE 1>>$LOG_FILE + time dbench -t $TIME -c $BIN_PATH/client.txt -s -S $DBENCH_CLNTS 2>>$LOG_FILE 1>>$LOG_FILE if [ $? -ne 0 ]; then -- cgit