Andreas Tille pushed to branch master at Debian Med / pbbam

Commits:
0dce780a by Andreas Tille at 2018-09-05T18:45:11Z
After setting PATH to pbmerge at least 3 of 8 tests are passing

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -25,7 +25,7 @@ generated_data_dir = $(CURDIR)/gendata
 override_dh_auto_test: $(subst .t.in,.deb.t,$(wildcard 
tests/src/cram/pb*.t.in))
        mkdir -p $(generated_data_dir)
        python tests/scripts/generate_data.py $(CURDIR)/tests/data 
$(generated_data_dir)
-       BINDIR=`find $$PWD -name bin -type d`; \
+       BINDIR=`dirname $$(find $$PWD -name pbmerge -type f -executable)`; \
        LIBDIR=`find $$PWD -name lib -type d`; \
        PATH="$$BINDIR:$(PATH)" LD_LIBRARY_PATH="$$LIBDIR:$(LD_LIBRARY_PATH)" \
        cram -v $^



View it on GitLab: 
https://salsa.debian.org/med-team/pbbam/commit/0dce780a6aacfae4fa75bb6e39fbe149c807622d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/pbbam/commit/0dce780a6aacfae4fa75bb6e39fbe149c807622d
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to