We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd85834 commit d52213fCopy full SHA for d52213f
execute_experiments.sh
@@ -84,7 +84,7 @@ for conf in "$trackers_config_dir/tracker"*.yaml; do
84
tags=${tags%\#*}
85
tags=$(echo "$tags" | sed -e 's/[ \t]*$//')
86
echo "executing \"$(basename $conf)\"..." && \
87
- python hiob_cli.py -e "$env_config" -t "$conf"
+ python hiob_cli.py -e "$env_config" -t "$conf" --silent
88
if ! [[ -z "$tags" ]]
89
then
90
for log in "$log_dir/hiob-execution-"*
0 commit comments