mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:57:58 +00:00
Back out "bats-extras: disable test to fix bat-extras.batdiff build"
This backs out commit 7d37cb86ad
.
This commit is contained in:
parent
18c54c4743
commit
1b92a4b9e9
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user