We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aed804 commit 060a088Copy full SHA for 060a088
.github/jobs/configure-checks/all.bats
@@ -44,6 +44,10 @@ run_user_stderr () {
44
su $u -c "$*" 2>&1
45
}
46
47
+run_stderr () {
48
+ "$*" 2>&1
49
+}
50
+
51
run_configure () {
52
su $u -c "./configure $*"
53
@@ -481,7 +485,7 @@ compile_assertions_finished () {
481
485
fi
482
486
setup
483
487
run run_configure
484
- make install-domserver
488
+ run_stderr make install-domserver
489
run_user_stderr make distclean
490
assert_partial "cannot remove"
491
assert_partial "Permission denied"
0 commit comments