Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/dunedaq_integtest_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ while true; do
PYTEST_OPTIONS="$PYTEST_OPTIONS --integtest-verbosity $2"
let level=$2
if [[ $level -ge 6 ]]; then
PYTEST_OPTIONS="$PYTEST_OPTIONS --dunerc-option log-level debug"
# enable printout of Pytest 'skip' reasons and turn on drunc debugging
PYTEST_OPTIONS="$PYTEST_OPTIONS -rs --dunerc-option log-level debug"
fi
shift 2
;;
Expand Down
Loading