The gendiff1 and gendiff2 tests need the gendiff script that's distributed with the rpm package management tool. Without that script, these tests are expected to fail. Need to mark one of the tests as PHONY to get permissions set correctly on built scripts. --- a/Makefile.in 2011-02-10 09:44:43.000000000 -0600 +++ b/Makefile.in 2014-03-06 17:27:55.610048953 -0600 @@ -378,6 +378,8 @@ # These ones don't work yet. # Feel free to send me patches. :-) XFAIL_TESTS = \ + tests/gendiff1/run-test \ + tests/gendiff2/run-test \ tests/delhunk5/run-test \ tests/delhunk6/run-test @@ -1106,6 +1108,7 @@ rm -f $(DESTDIR)$(bindir)/"`echo lsdiff|sed '$(transform)'`" rm -f $(DESTDIR)$(bindir)/"`echo grepdiff|sed '$(transform)'`" +.PHONY: tests/combine1/run-test tests/combine1/run-test: src/combinediff$(EXEEXT) src/flipdiff$(EXEEXT) \ src/lsdiff$(EXEEXT) src/grepdiff$(EXEEXT) for script in $(bin_SCRIPTS); do \ Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rpc.scm
AgeCommit message (Expand)Author
2022-08-31gnu: Add python-grpc-stubs.Maxim Cournoyer
2022-08-31gnu: Add python-grpcio-tools.Maxim Cournoyer
2022-08-31gnu: python-grpcio: Update to 1.47.0.Maxim Cournoyer
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
2021-11-11gnu: abseil-cpp: Update to 20210324.2.Maxim Cournoyer
2021-07-04gnu: grpc-1.16.1: Build with older protobuf.Efraim Flashner
2021-06-25gnu: apache-thrift: Update to 0.14.2.Tobias Geerinckx-Rice