We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.verbose
1 parent c1ac625 commit 63acea6Copy full SHA for 63acea6
docs/examples/test.sh
@@ -18,7 +18,7 @@ rlJournalStart
18
rlPhaseEnd
19
20
rlPhaseStartTest
21
- rlRun "pip install . -v --config-settings=cmake.verbose=true --no-index --no-build-isolation" 0 "Build the python project"
+ rlRun "pip install . -v --config-settings=build.verbose=true --no-index --no-build-isolation" 0 "Build the python project"
22
if [ "${HAS_PYTEST}" == True ]; then
23
rlRun "python3 -m pytest" 0 "Run built-in pytest"
24
else
0 commit comments