Skip to content

Commit d52213f

Browse files
author
Tobias Knöppler
committed
Add --silent parameter to execute_experiments script.
Former-commit-id: 6814be2e0ab08f01d946862bfd6249488db351f4
1 parent dd85834 commit d52213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execute_experiments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ for conf in "$trackers_config_dir/tracker"*.yaml; do
8484
tags=${tags%\#*}
8585
tags=$(echo "$tags" | sed -e 's/[ \t]*$//')
8686
echo "executing \"$(basename $conf)\"..." && \
87-
python hiob_cli.py -e "$env_config" -t "$conf"
87+
python hiob_cli.py -e "$env_config" -t "$conf" --silent
8888
if ! [[ -z "$tags" ]]
8989
then
9090
for log in "$log_dir/hiob-execution-"*

0 commit comments

Comments
 (0)