From 7e64232119cd182f43617e628e660dc75b7bb411 Mon Sep 17 00:00:00 2001 From: Tharanga Gamaethige Date: Wed, 13 May 2020 15:46:57 -0700 Subject: fixing the basic tls test so it exits correctly when fails --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d62facf..a0d5900 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,8 +114,8 @@ test_tls: test_basic_tls: @if test $(SSL_TEST)1 != 1; then \ echo "Running basic tests with TLS"; \ - $(builddir)/testapp; \ - prove $(srcdir)/t/binary.t $(srcdir)/t/getset.t $(srcdir)/t/ssl*; \ + $(builddir)/testapp && \ + prove $(srcdir)/t/binary.t $(srcdir)/t/getset.t $(srcdir)/t/ssl* && \ echo "Finished running basic TLS tests"; \ else \ echo "Set SSL_TEST=1 to enable TLS tests"; \ -- cgit v1.2.1