Removed extraneous bits of test script

print-window-tiddler
Jeremy Ruston 2011-12-12 08:59:10 +00:00
rodzic dc94b7a002
commit a223f4300a
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -10,15 +10,6 @@ node tiddlywiki.js --recipe $PWD/test/tiddlywiki.2.6.5/source/tiddlywiki.com/ind
# compare the two
opendiff tmp/newcooked/index.html test/tiddlywiki.2.6.5/target/index.2.6.5.html
# split the newly cooked tiddlywiki into tiddlers, first with the new ginsu
#mkdir -p tmp/newtiddlers
#rm -f tmp/newtiddlers/*
#node ginsu.js tmp/newcooked.html tmp/newtiddlers || exit 1
# now cook those tiddlers back again with the respective versions of cook
#cook $PWD/test/data/recipes/oldtiddlers.recipe -d $PWD -o tmp/oldrecooked.html || exit 1
#node cook.js $PWD/test/data/recipes/newtiddlers.recipe > tmp/newrecooked.html || exit 1
# Run the wikification tests
node wikitest.js test/wikitests/