We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222dadf commit 00f28f7Copy full SHA for 00f28f7
tests/test_valid_run.bash
@@ -14,7 +14,7 @@ setup_test_env
14
echo "Changing to temporary directory..."
15
cd "$TMP_DIR"
16
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
+. ../run_proc.bash -B bathy.nc -C 1 mesh_mask.nc 2020 2020 1m RUNID_TEST > output.txt 2>&1
18
19
if ! grep -q "MOCK SBATCH: --output=.*mk_msks.out /.*/mk_msks.bash" output.txt; then
20
echo "Test failed: Expected 'mk_msks.bash' job was not submitted."
0 commit comments