From 1f74e4e3d2433bd6d8023be798a447de46f158ad Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 26 Dec 2019 04:05:22 +0000 Subject: [PATCH] scripts/test: use TAP --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index d81157a..1523e12 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,4 +1,4 @@ #!/bin/sh moonc `find -type f | grep -v spec | grep 'moon$'` -busted +busted -o TAP