Skip to content

Commit

Permalink
Test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed May 10, 2024
1 parent e340e2e commit 2cc1c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BashTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function(add_bash_test)
)
set_tests_properties(${test_name}
PROPERTIES
ENVIRONMENT_MODIFICATION PATH=string_prepend:${exec_directories}
ENVIRONMENT_MODIFICATION PATH=string_prepend:${EXEC_DIR_PATHS}
# ENVIRONMENT "PATH=${EXEC_DIR_PATHS};$ENV{PATH}"
)
if(labels)
Expand Down

0 comments on commit 2cc1c2d

Please sign in to comment.