Skip to content
Snippets Groups Projects
Commit c76b178e authored by Guido Günther's avatar Guido Günther
Browse files

Make test failure fail the tests again on amd64

Thanks: Christian Ehrhardt for spotting this
Closes: #844511
parent 9eda310d
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ override_dh_auto_test:
if ! dh_auto_test -O--builddirectory=$(DEB_BUILDDIR); then \
cat ./debian/build/gnulib/tests/test-suite.log \
./debian/build/tests/test-suite.log; \
[ -n "$(FAIL_CHECK)" ] || exit 1; \
[ -z "$(FAIL_CHECK)" ] || exit 1; \
fi
override_dh_install-arch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment