From 637b5d5534469ebb15826139e1b3df12a1cc9309 Mon Sep 17 00:00:00 2001 From: Reinaldo Colina Date: Thu, 27 Aug 2015 12:14:13 -0700 Subject: issue-17: Add arguments to make the prompt shorter --- test | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test b/test index a6a8775..831e039 100755 --- a/test +++ b/test @@ -1,5 +1,6 @@ #!/bin/sh +./test-radar-base.sh ./test-directories.sh ./test-commits.sh ./test-branches.sh -- cgit v1.2.3 From 0eab061edb10ab35438ca9a2ac0bc8c7aca85474 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Sun, 30 Aug 2015 20:02:55 +0100 Subject: Add the new color tests in to the test run --- test | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test b/test index 831e039..4efeafd 100755 --- a/test +++ b/test @@ -6,3 +6,4 @@ ./test-branches.sh ./test-files.sh ./test-status.sh +./test-colors.sh -- cgit v1.2.3