@@ -11,31 +11,31 @@ echo "Running all integration tests..."
1111echo " "
1212echo " -------------------------------------"
1313echo " Running test_valid_run.bash"
14- ./test_valid_run.bash
14+ ./tests/ test_valid_run.bash
1515
1616# Test 2: Test with missing dependencies
1717echo " "
1818echo " -------------------------------------"
1919echo " Running test_missing_deps.bash"
20- ./test_missing_deps.bash
20+ ./tests/ test_missing_deps.bash
2121
2222# Test 3: Test with user choices for Southern Ocean
2323echo " "
2424echo " -------------------------------------"
2525echo " Running test_user_choices.bash"
26- ./test_user_choices.bash
26+ ./tests/ test_user_choices.bash
2727
2828# Test 4: Test with missing arguments
2929echo " "
3030echo " -------------------------------------"
3131echo " Running test_missing_args.bash"
32- ./test_missing_args.bash
32+ ./tests/ test_missing_args.bash
3333
3434# Test 5: Test with missing or invalid file paths
3535echo " "
3636echo " -------------------------------------"
3737echo " Running test_invalid_paths.bash"
38- ./test_invalid_paths.bash
38+ ./tests/ test_invalid_paths.bash
3939
4040echo " "
4141echo " -------------------------------------"
0 commit comments