Print

Print


I wondering if we shouldn't guard the following block:
```
%check
 cd xrootd/build
 %if %{use_cmake3}
 ctest3 --output-on-failure
 %else
 ctest --output-on-failure
 %endif
```

with `%if %{?_with_tests:1}%{!?_with_tests:0}`, meaning enforce the check only if we are building with `_with_tests` flag.

Otherwise looks good :-)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/1965#issuecomment-1473685031
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1