Skip to content

Commit

Permalink
Deactivate mounting of test folder temporarily as it causes issues wi…
Browse files Browse the repository at this point in the history
…th test environment.

-> #37
  • Loading branch information
tomuben committed Jun 9, 2021
1 parent fdd5744 commit 0462557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c284ad60bc93a6611d1e31ce21c8fc5a293b2278bbaef6feaf2c9b618d4d719132fc10a092e8990134795360ac764c83f269104b50d2cd2ee5a184bd1b22317 exaslct_within_docker_container.sh
2568270d87c7005e8db2b07ef448c132ed0e9694789bc017330994bf0f7419d645eb6d22326061ec04f29acaf12ba7d78865c11ba18b8940bf96d5a888781d02 exaslct_within_docker_container.sh
4 changes: 2 additions & 2 deletions starter_scripts/exaslct_within_docker_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ relevant_mount_point_arguments["--temporary-base-directory"]=out_path
relevant_mount_point_arguments["--cache-directory"]=in_path
relevant_mount_point_arguments["--save-directory"]=out_path
relevant_mount_point_arguments["--task-dependencies-dot-file"]=out_file
relevant_mount_point_arguments["--test-folder"]=in_path
relevant_mount_point_arguments["--test-file"]=in_file
#relevant_mount_point_arguments["--test-folder"]=in_path # TODO reactive in #37
#relevant_mount_point_arguments["--test-file"]=in_file # TODO reactive in #37

function _get_mount_point_path_for_in_dir() {
local current_arg=$1
Expand Down

0 comments on commit 0462557

Please sign in to comment.