We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d29ef commit b83d7b9Copy full SHA for b83d7b9
2 files changed
tests/integration/CMakeLists.txt
@@ -6,7 +6,7 @@
6
7
add_custom_target(run-integration-tests
8
COMMAND
9
- /bin/bash -o pipefail -c \"
+ /usr/bin/env bash -o pipefail -c \"
10
SRCDIR=${PROJECT_SOURCE_DIR}
11
BUILDDIR=${PROJECT_BINARY_DIR}
12
${PROJECT_SOURCE_DIR}/tools/integration-tests.sh 2>&1 | c++filt\"
tests/unit/CMakeLists.txt
@@ -28,7 +28,7 @@ target_link_libraries(unit-tests PUBLIC
28
29
add_custom_target(run-unit-tests
30
31
32
$<TARGET_FILE:unit-tests> 2>&1 | c++filt\"
33
DEPENDS
34
unit-tests
0 commit comments