Skip to content
Snippets Groups Projects
Commit 61e74ede authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: update wrapper script locations

parent 0c20fb31
No related branches found
No related tags found
1 merge request!1Enh/create wrapper
Pipeline #6230 passed
...@@ -19,8 +19,8 @@ from unittest import mock ...@@ -19,8 +19,8 @@ from unittest import mock
BASE_DIR = op.abspath(op.join(op.dirname(__file__), '..')) BASE_DIR = op.abspath(op.join(op.dirname(__file__), '..'))
CREATE_WRAPPER = op.join(BASE_DIR, 'etc', 'fslconf', 'createFSLWrapper.sh') CREATE_WRAPPER = op.join(BASE_DIR, 'share', 'fsl', 'sbin', 'createFSLWrapper')
REMOVE_WRAPPER = op.join(BASE_DIR, 'etc', 'fslconf', 'removeFSLWrapper.sh') REMOVE_WRAPPER = op.join(BASE_DIR, 'share', 'fsl', 'sbin', 'removeFSLWrapper')
def run(cmd, **kwargs): def run(cmd, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment