Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-doerr committed Sep 17, 2020
1 parent 6203368 commit e78b1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run_in_docker_and_log() {
python_script_to_execute=$1
log_postfix=$2
log_file_name="$LOG_PREFIX""$log_postfix"
log_file_array+=(log_file_name)
log_file_array+=($log_file_name)
run_in_docker "python3 $python_script_to_execute 2>&1 | tee $log_file_name"
}

Expand Down

0 comments on commit e78b1d2

Please sign in to comment.