diff options
author | Lucid One <LucidOne@users.noreply.github.com> | 2018-03-07 14:33:29 -0500 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-03-07 11:42:40 -0800 |
commit | 6f5f35fd167177e3e18639593d540207c74992c1 (patch) | |
tree | ebaebb8125356075fd71976dbe8d2e04e93da771 | |
parent | f44934582124502b6609ddf145f183c8f18d3238 (diff) | |
download | pass-otp-6f5f35fd167177e3e18639593d540207c74992c1.tar.gz pass-otp-6f5f35fd167177e3e18639593d540207c74992c1.zip |
Fixed aggregate-results target to run indently of aggregate-results-and-clean
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 027feca..5cc4e57 100644 --- a/test/Makefile +++ b/test/Makefile @@ -52,11 +52,11 @@ clean: clean-except-prove-cache $(RM) .prove $(RM) gnupg/random_seed -aggregate-results-and-cleanup: $(T) +aggregate-results-and-cleanup: $(MAKE) aggregate-results $(MAKE) clean -aggregate-results: +aggregate-results: $(T) for f in test-results/*.counts; do \ echo "$$f"; \ done | '$(SHELL_PATH_SQ)' '$(AGGREGATE_SCRIPT)' |