summaryrefslogtreecommitdiffstats
path: root/sanity/system_light
diff options
context:
space:
mode:
Diffstat (limited to 'sanity/system_light')
-rwxr-xr-xsanity/system_light/scripts/dbench/dbench_run.sh2
1 files changed, 1 insertions, 1 deletions
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