Skip to content

Commit

Permalink
needed to remove bash from the COMMAND line for validate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jan 15, 2025
1 parent eede574 commit 7da3828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function(AddJJOBTest)

# TODO - This is a stub for the validation step
add_test(NAME test_${TEST_NAME}_validate
COMMAND bash -c ./validate.sh ${TEST_NAME} ${CASE_YAML}
COMMAND ./validate.sh ${TEST_NAME} ${CASE_YAML}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/scripts)
set_tests_properties(test_${TEST_NAME}_validate PROPERTIES DEPENDS test_${TEST_NAME}_execute LABELS "${ARG_CASE};${ARG_JOB}")
endfunction()
Expand Down

0 comments on commit 7da3828

Please sign in to comment.