From 3b807bd84b2e1861047088c09bede67f5e96b373 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Tue, 17 Jul 2012 18:28:47 -0400 Subject: [PATCH] test: make it obvious which branch we're testing --- test/buildtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/buildtest.sh b/test/buildtest.sh index 4125115a..62de76e3 100755 --- a/test/buildtest.sh +++ b/test/buildtest.sh @@ -135,6 +135,7 @@ fi # Move .. barry into its own buildable directory # echo "Moving barry [$COMMIT] into it's own directory..." +sleep 2s mkdir -p build/barry (cd "./$(git rev-parse --show-cdup)" && git archive --prefix="" "$COMMIT") | \ tar -C build/barry -xf - -- 2.11.4.GIT