We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab0eec commit d21123dCopy full SHA for d21123d
tests/run_tests.sh
@@ -11,6 +11,7 @@ tests=(
11
SLICER_EXECUTABLE_PATHS=(
12
"Slicer"
13
"${HOME}/bin/Slicer-5.8.1-linux-amd64/Slicer"
14
+ "${HOME}/bin/Slicer-5.10.0-linux-amd64/Slicer"
15
"/home/researcher/slicer/Slicer-5.8.1-linux-amd64/Slicer" # path in docker image
16
)
17
@@ -40,7 +41,7 @@ test_summary=""
40
41
for test in "${tests[@]}"; do
42
echo "Running $test..."
43
# run the test script in Slicer
- $SLICER_EXECUTABLE --no-splash --python-script "${THIS_DIR}"/run_tests.py "$test"
44
+ "$SLICER_EXECUTABLE" --no-splash --python-script "${THIS_DIR}"/run_tests.py "$test"
45
status=$?
46
47
# Get all report files in the Reports directory again after running the test
0 commit comments