nixos tests doc: add example statement

This commit is contained in:
Erik Arvstedt 2018-09-17 12:58:13 +02:00
parent b0956b0ae3
commit 6e203af399

View file

@ -19,6 +19,7 @@ starting VDE switch for network 1
> startAll
> testScript
> $machine->succeed("touch /tmp/foo")
> print($machine->succeed("pwd"), "\n") # Show stdout of command
</screen>
The function <command>testScript</command> executes the entire test script
and drops you back into the test driver command line upon its completion.