Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LNX-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
- /bin/bash
- -c
- |
mkdir ~/Documents
matlab -nodisplay -r "
websave([tempdir 'GHToolbox.mltbx'],\
['https://github.com/datajoint/GHToolbox' \
Expand Down
1 change: 1 addition & 0 deletions local-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
- -c
- |
ORIG_DIR=$$(pwd)
mkdir ~/Documents
cd /src
# package into toolbox, and install
matlab -nodisplay -r "
Expand Down
2 changes: 1 addition & 1 deletion tests/Prep.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down