Skip to content

Commit 00d763c

Browse files
committed
Update test flags to build.verbose
Signed-off-by: Cristian Le <[email protected]>
1 parent dc8b561 commit 00d763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rlJournalStart
1818
rlPhaseEnd
1919

2020
rlPhaseStartTest
21-
rlRun "pip install . -v --config-settings=cmake.verbose=true --no-index --no-build-isolation" 0 "Build the python project"
21+
rlRun "pip install . -v --config-settings=build.verbose=true --no-index --no-build-isolation" 0 "Build the python project"
2222
if [ "${HAS_PYTEST}" == True ]; then
2323
rlRun "pip install pytest" 0 "Install pytest in the venv"
2424
rlRun "pytest" 0 "Run built-in pytest"

0 commit comments

Comments
 (0)