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 f8ba11f commit 290a870Copy full SHA for 290a870
.github/jobs/configure-checks/all.bats
@@ -48,6 +48,7 @@ repo-install () {
48
args=$(translate $@)
49
${cmd} install $args -y >/dev/null
50
}
51
+
52
repo-remove () {
53
54
${cmd} remove $args -y #>/dev/null
@@ -56,6 +57,14 @@ repo-remove () {
56
57
fi
58
59
60
+run_user_stderr () {
61
+ su $u -c "$*" 2>&1
62
+}
63
64
+run_stderr () {
65
+ run "$* 2>&1"
66
67
68
@test "Default empty configure" {
69
# cleanup from earlier runs
70
repo-remove gcc g++ clang
0 commit comments