Skip to content

Commit 98b0b13

Browse files
committed
BATS in testing can't work with empty test
The test for C & C++ is due to the dependencies the same as with only C++, duplicating made no sense but commenting why we skip did. The skip is now explicit so when we can check for compilers besides the GNU ones we can enable this again.
1 parent 19a3586 commit 98b0b13

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ compile_assertions_finished () {
129129
compile_assertions_finished
130130
}
131131

132-
@test "Install GNU C/C++ compilers" {
133-
# The test above already does this
134-
# repo-remove clang
135-
# repo-install gcc g++ libcgroup-dev
136-
# compiler_assertions
137-
# compile_assertions_finished
138-
}
139-
140132
@test "Install C/C++ compilers (Clang as alternative)" {
141133
if [ "$distro_id" = "ID=fedora" ]; then
142134
# Fedora has gcc as dependency for clang

0 commit comments

Comments
 (0)