From 574bbf50ade8f9bf2232948a2d7678f46d7d6b9f Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Tue, 14 Oct 2014 14:22:52 +0000 Subject: [PATCH] "make test" should have more clear output on failure. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba12ec1..9742e09 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,8 @@ unlock: test: echo "You don't want to run this." exit 1 - pkill gpg-agent ; rm -rf /tmp/tmp.* ; export PATH=/home/tlimoncelli/gitwork/blackbox/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin ; cd ~/gitwork/blackbox;tools/confidence_test.sh;ls -lad /home/tlimoncelli/.gnupg || true + pkill gpg-agent ; rm -rf /tmp/tmp.* ; \ + export PATH=/home/tlimoncelli/gitwork/blackbox/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin ; \ + cd ~/gitwork/blackbox ; \ + tools/confidence_test.sh ; \ + if [[ -e ~/.gnupg ]]; then echo ERROR: '~/.gnupg' should not exist ; false ; fi