File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7272 combine --help > /dev/null
7373 text2workspace.py --help > /dev/null
7474 ulimit -s unlimited;
75- ctest --test-dir build --output-on-failure
75+ ctest --test-dir build/test --output-on-failure
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 run : >-
111111 source /cvmfs/sft.cern.ch/lcg/views/${LCG_RELEASE}/${LCG_ARCH}/setup.sh;
112112 ulimit -s unlimited;
113- ctest --test-dir build --output-on-failure -j$(nproc);
113+ ctest --test-dir build/test --output-on-failure -j$(nproc);
114114
115115 # AlmaLinux 9 job
116116 - uses : ./.github/actions/run-in-cvmfs
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ function(COMBINE_ADD_TEST test)
4242 find_program (_exe ${_prg} )
4343 if (_exe) # if the command is found in the system, use it
4444 set (_cmd ${_exe} ${ARG_COMMAND} )
45- elseif (NOT IS_ABSOLUTE ${_prg} ) # if not absolute, assume is found in current binary dir
46- set (_prg ${CMAKE_CURRENT_BINARY_DIR} /${_prg} )
47- set (_cmd ${_prg} ${ARG_COMMAND} )
4845 else () # take as it is
4946 set (_cmd ${_prg} ${ARG_COMMAND} )
5047 endif ()
You can’t perform that action at this time.
0 commit comments