Skip to content

Commit

Permalink
added number of tasks to make test name unique; fix for CI pipeline e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
shahbajsohal committed Jul 21, 2023
1 parent 35269c2 commit cee50ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nvector/parhyp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ foreach(example_tuple ${nvector_parhyp_examples})
endif()
endif()

# check if example args and number of tasks are provided and set the test name;
# check if example args and/or number of tasks are provided and set the test name;
if("${example_args}" STREQUAL "")
if("${number_of_tasks}" STREQUAL "")
set(test_name ${example})
Expand Down

0 comments on commit cee50ef

Please sign in to comment.