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 +