diff --git a/LNX-docker-compose.yml b/LNX-docker-compose.yml index 3216a4a6..48dbc1dc 100644 --- a/LNX-docker-compose.yml +++ b/LNX-docker-compose.yml @@ -39,6 +39,7 @@ services: - /bin/bash - -c - | + mkdir ~/Documents matlab -nodisplay -r " websave([tempdir 'GHToolbox.mltbx'],\ ['https://github.com/datajoint/GHToolbox' \ diff --git a/local-docker-compose.yml b/local-docker-compose.yml index 16a379aa..fb8652ab 100644 --- a/local-docker-compose.yml +++ b/local-docker-compose.yml @@ -52,6 +52,7 @@ services: - -c - | ORIG_DIR=$$(pwd) + mkdir ~/Documents cd /src # package into toolbox, and install matlab -nodisplay -r " diff --git a/tests/Prep.m b/tests/Prep.m index 4cd26e5c..bea6c894 100644 --- a/tests/Prep.m +++ b/tests/Prep.m @@ -96,7 +96,7 @@ function init(testCase) function dispose(testCase) disp('---------------DISP---------------'); warning('off','MATLAB:RMDIR:RemovedFromPath'); - + dj.set('suppressPrompt', true); curr_conn = dj.conn(testCase.CONN_INFO_ROOT.host, ... testCase.CONN_INFO_ROOT.user, testCase.CONN_INFO_ROOT.password, '',true);