Skip to content

Commit 00f28f7

Browse files
author
Hatim Chahout
committed
Relative path change for proc script. #66
1 parent 222dadf commit 00f28f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_valid_run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ setup_test_env
1414
echo "Changing to temporary directory..."
1515
cd "$TMP_DIR"
1616
echo "Running the process with valid parameters..."
17-
../run_proc.bash -B bathy.nc -C 1 mesh_mask.nc 2020 2020 1m RUNID_TEST > output.txt 2>&1
17+
. ../run_proc.bash -B bathy.nc -C 1 mesh_mask.nc 2020 2020 1m RUNID_TEST > output.txt 2>&1
1818

1919
if ! grep -q "MOCK SBATCH: --output=.*mk_msks.out /.*/mk_msks.bash" output.txt; then
2020
echo "Test failed: Expected 'mk_msks.bash' job was not submitted."

0 commit comments

Comments
 (0)