- Fixed outputting the command string. Broken bij the previous work.
This commit is contained in:
parent
1b4e00b49f
commit
9c05d2ac3a
@ -48,7 +48,7 @@ ScytherBounds = "--timer=5 --max-runs=5 --max-length=20"
|
|||||||
|
|
||||||
# Build a large part of the command line (for Scyther) already
|
# Build a large part of the command line (for Scyther) already
|
||||||
ScytherArgs = ScytherDefaults + " " + ScytherMethods + " " + ScytherBounds
|
ScytherArgs = ScytherDefaults + " " + ScytherMethods + " " + ScytherBounds
|
||||||
CommandPrefix = "scyther "
|
CommandPrefix = "scyther " + ScytherArgs
|
||||||
|
|
||||||
# Some default settings for Agents, untrusted e with sk(e) and k(a,e) etc.
|
# Some default settings for Agents, untrusted e with sk(e) and k(a,e) etc.
|
||||||
IncludeProtocols = '../spdl/spdl-defaults.inc'
|
IncludeProtocols = '../spdl/spdl-defaults.inc'
|
||||||
|
Loading…
Reference in New Issue
Block a user