From 4ad0187ad82528753f6a1f2facced82a5be51bb0 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 4 May 2012 16:11:27 +0100 Subject: [PATCH] Added tests to the run batch file --- rabbithole/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbithole/run.sh b/rabbithole/run.sh index 4268f0aa5..8fd14d4df 100755 --- a/rabbithole/run.sh +++ b/rabbithole/run.sh @@ -2,4 +2,4 @@ # run TiddlyWiki5 -node core/boot.js --verbose --dump shadows || exit 1 +node core/boot.js --verbose --wikitest ../test/wikitests/ --dump shadows || exit 1