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 dc8b561 commit 00d763cCopy full SHA for 00d763c
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 "pip install pytest" 0 "Install pytest in the venv"
24
rlRun "pytest" 0 "Run built-in pytest"
0 commit comments