Skip to content

Commit

Permalink
Try to gather the stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 28, 2024
1 parent 3aed804 commit 060a088
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ run_user_stderr () {
su $u -c "$*" 2>&1
}

run_stderr () {
"$*" 2>&1
}

run_configure () {
su $u -c "./configure $*"
}
Expand Down Expand Up @@ -481,7 +485,7 @@ compile_assertions_finished () {
fi
setup
run run_configure
make install-domserver
run_stderr make install-domserver
run_user_stderr make distclean
assert_partial "cannot remove"
assert_partial "Permission denied"
Expand Down

0 comments on commit 060a088

Please sign in to comment.