From 5dbabc0e9f8eebae741d0b3c20c7044d6d47bfb0 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Fri, 17 Aug 2012 22:46:47 -0400 Subject: [PATCH] Moved the diff out of the internal report group, and made a diff report for each module, giving a much better idea of how long the diffs actually take --- client/bin/disco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/bin/disco b/client/bin/disco index a8930ea..03b2c07 100755 --- a/client/bin/disco +++ b/client/bin/disco @@ -53,7 +53,7 @@ function dance() { do echo "info: Processing ${module}" NOOP="true" disco-ball template $module - NOOP=true /usr/bin/time -f "$TIME" -o /var/disco/reports/_internal/diff disco-fs-diff + NOOP=true /usr/bin/time -f "$TIME" -o /var/disco/reports/${module}/diff disco-fs-diff if [ "$NOOP" == "" ]; then rsync -aWH /var/disco/testfs/noop/scratchfs/. /. fi