Skip to content

Commit

Permalink
bats-extras: disable test to fix bat-extras.batdiff build
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Aug 24, 2024
1 parent d0e1602 commit 7d37cb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/tools/misc/bat-extras/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ 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
'';
Expand Down

0 comments on commit 7d37cb8

Please sign in to comment.