1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 03:41:04 +03:00

Attempt to make checkexpected test more stable.

This commit is contained in:
Pelle Nilsson 2013-06-23 22:51:09 +02:00
parent 834dd92358
commit 1a6c6d3d15
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ debug: $(examples:.gamebook=.debug)
dot: $(examples:.gamebook=.dot)
png: $(examples:.gamebook=.png)
txt: $(examples:.gamebook=.txt)
map: $(examples:.gamebook=.map)
uploadto=$(shell cat .uploadto)
@ -49,7 +50,7 @@ examples/gamebookformat.css: gamebookformat.css
test: unittest checkexpected templatejstest
expected: all
expected: rtf tex html debug txt dot map
$(RM) expected/* && \
cp examples/*.{rtf,tex,html,debug,txt,dot,map} \
expected

View file

@ -3,7 +3,7 @@
import os
import sys
DEFAULT_OPTIONS = '--no-shuffle'
DEFAULT_OPTIONS = '--no-shuffle --no-default-map'
if __name__ == '__main__':
if len(sys.argv) != 3: