Skip to content

Commit

Permalink
1st
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanberger committed Dec 15, 2024
1 parent ebaf451 commit 231cfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-swtpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
export SWTPM_TEST_IBMTSS2=${SWTPM_TEST_IBMTSS2:-0}
export SWTPM_TEST_STORE_VOLATILE=${SWTPM_TEST_STORE_VOLATILE:-0}
set +e
${SUDO} make -j$(${NPROC:-nproc}) ${CHECK} VERBOSE=1
${SUDO:+${SUDO} -E} make -j$(${NPROC:-nproc}) ${CHECK} VERBOSE=1
if [ $? -ne 0 ]; then
for f in swtpm/tests/*.log; do echo ">>>>>>> $f <<<<<<<"; tail -n 50 $f; done
exit 1
Expand Down

0 comments on commit 231cfa2

Please sign in to comment.