tfcache-comparison
Changes
reduce.sh 2(+1 -1)
Details
reduce.sh 2(+1 -1)
diff --git a/reduce.sh b/reduce.sh
index 621828c..9cf1d7a 100755
--- a/reduce.sh
+++ b/reduce.sh
@@ -49,7 +49,7 @@ if [[ $host = "localhost" ]]; then
initialize-output "$reduce" "$overwrite"
else
initialize-output "requests" "$overwrite"
- command="bash reduce.sh localhost \"$versions\" \"$applications\" cache"
+ command="bash reduce.sh localhost \"$versions\" \"$applications\" cache $overwrite"
execute "$host" "$command"
fi
echo "$(date '+%F %T') Reducing $reduce in host $host for the applications $applications among the versions $versions"