Skip to content

Commit

Permalink
Do not override PATH for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Feb 23, 2024
1 parent b464b6e commit cb87668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion regress/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ if(RUN_REGRESS)
add_test(NAME ${CASE} COMMAND ${NIHTEST} -v ${CASE})
# TODO: add --bin-sub-directory $<CONFIG>
set_tests_properties(${CASE} PROPERTIES SKIP_RETURN_CODE 77)
set_tests_properties(${CASE} PROPERTIES ENVIRONMENT "PATH=${path}")
endforeach()

foreach(CASE ${XFAIL_TESTS})
Expand Down

0 comments on commit cb87668

Please sign in to comment.