aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLucid One <LucidOne@users.noreply.github.com>2018-03-07 14:33:29 -0500
committerTad Fisher <tadfisher@gmail.com>2018-03-07 11:42:40 -0800
commit6f5f35fd167177e3e18639593d540207c74992c1 (patch)
treeebaebb8125356075fd71976dbe8d2e04e93da771 /test
parentf44934582124502b6609ddf145f183c8f18d3238 (diff)
Fixed aggregate-results target to run indently of aggregate-results-and-clean
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
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)'