Skip to content

Commit

Permalink
add verbose to harness output
Browse files Browse the repository at this point in the history
  • Loading branch information
raharper committed Mar 19, 2024
1 parent d335a98 commit 7058d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ clean:

.PHONY: github-workflow
github-workflow:
run-parts tools/workflow.d
run-parts --verbose tools/workflow.d

# kate: syntax Makefile;
3 changes: 2 additions & 1 deletion tools/workflow.d/05-boot-test
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/sh
#!/bin/sh -x
fails=""
for m in nvram efi-shell; do
echo "== starting boot tests mode=$m =="
KVM=false ./test/harness \
--verbose --verbose \
run "--boot-mode=$m" \
--inputs=./test-inputs "--results=./test-results/$m" \
--sbat=sbat.csv --stubby=stubby.efi \
Expand Down

0 comments on commit 7058d02

Please sign in to comment.