From cee50ef24c8b76ab604d2bfc93a7f0b58ae26a40 Mon Sep 17 00:00:00 2001 From: shahbajsohal Date: Thu, 20 Jul 2023 17:07:36 -0700 Subject: [PATCH] added number of tasks to make test name unique; fix for CI pipeline error --- examples/nvector/parhyp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nvector/parhyp/CMakeLists.txt b/examples/nvector/parhyp/CMakeLists.txt index 3b029385b4..c9b16d2db1 100644 --- a/examples/nvector/parhyp/CMakeLists.txt +++ b/examples/nvector/parhyp/CMakeLists.txt @@ -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})