Skip to content

Commit 060a088

Browse files
author
Michael Vasseur
committed
Try to gather the stderr
1 parent 3aed804 commit 060a088

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ run_user_stderr () {
4444
su $u -c "$*" 2>&1
4545
}
4646

47+
run_stderr () {
48+
"$*" 2>&1
49+
}
50+
4751
run_configure () {
4852
su $u -c "./configure $*"
4953
}
@@ -481,7 +485,7 @@ compile_assertions_finished () {
481485
fi
482486
setup
483487
run run_configure
484-
make install-domserver
488+
run_stderr make install-domserver
485489
run_user_stderr make distclean
486490
assert_partial "cannot remove"
487491
assert_partial "Permission denied"

0 commit comments

Comments
 (0)