From fb9c67f210b3641cc90d06289b1b3b92b7019d25 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 25 Apr 2013 17:16:33 +0100 Subject: [PATCH] Missed from last commit --- bld.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bld.sh b/bld.sh index a96b3e944..3635f8156 100755 --- a/bld.sh +++ b/bld.sh @@ -61,4 +61,9 @@ node ./tiddlywiki.js \ # Fourth, run the test edition to run the node.js tests and to generate test.html for tests in the browser -./test.sh +node ./tiddlywiki.js \ + ./editions/test \ + --verbose \ + --savetiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/test.html text/plain \ + || exit 1 +