Skip to content

Commit

Permalink
BATS in testing can't work with empty test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vmcj committed Mar 29, 2024
1 parent 19a3586 commit 98b0b13
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ compile_assertions_finished () {
compile_assertions_finished
}

@test "Install GNU C/C++ compilers" {
# The test above already does this
# repo-remove clang
# repo-install gcc g++ libcgroup-dev
# compiler_assertions
# compile_assertions_finished
}

@test "Install C/C++ compilers (Clang as alternative)" {
if [ "$distro_id" = "ID=fedora" ]; then
# Fedora has gcc as dependency for clang
Expand Down

0 comments on commit 98b0b13

Please sign in to comment.