Skip to content

Commit

Permalink
Update test flags to build.verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Oct 5, 2024
1 parent c1ac625 commit 63acea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rlJournalStart
rlPhaseEnd

rlPhaseStartTest
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"
if [ "${HAS_PYTEST}" == True ]; then
rlRun "python3 -m pytest" 0 "Run built-in pytest"
else
Expand Down

0 comments on commit 63acea6

Please sign in to comment.