Unverified Commit bac0cfd2 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #337055 from bbigras/push-omkxttmwkslu

bat-extras: Back out "bats-extras: disable test to fix bat-extras.batdiff build"
parents 25c8f446 1b92a4b9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -68,11 +68,6 @@ let
        echo "Couldn't find any library test suites"
        exit 1
      }

      # Skip the batdiff test because it's broken
      # https://github.com/eth-p/bat-extras/issues/126
      sed -i '/test:version/a skip "batdiff test is broken."' test/suite/batdiff.sh

      ./test.sh --compiled $(printf -- "--suite %q\n" "''${!test_suites[@]}")
      runHook postCheck
    '';