1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-28 21:14:57 +03:00

Minor test script changes

This commit is contained in:
Graham Nelson 2023-08-07 23:35:29 +01:00
parent 39777de387
commit 180b5af03b

View file

@ -25,6 +25,7 @@ else
extract: $WORK/Example.inform/Source/story.ni Z
endif
endif
show: source $WORK/Example.inform/Source/story.ni
! (2) Almost all tests produce actual textual output, which we put in $A,
! and ideal or blessed textual output, which is in $I: the test will end up
@ -44,7 +45,7 @@ step: find $TRANSIENTAREA -mindepth 1 -delete
! (4) Work out the command-line options to pass to inform7.
set: $I7OPTIONS = -format=$FORMAT -no-progress -no-resource-checking -fixtime -rng -sigils -log nothing -transient $TRANSIENTAREA -internal $INTERNAL
set: $I7OPTIONS = -format=$FORMAT -no-progress -no-resource-checking -fixtime -rng -sigils -transient $TRANSIENTAREA -internal $INTERNAL
ifdef: $EXTERNAL
set: $I7OPTIONS = `$I7OPTIONS -external $EXTERNAL
else