%errorlevel%
. if the error level is 0 there was no error!testbox run
will return a failing exit code if the tests being run didn't all pass.exit
command and the native OS will receive that code from the box
binary.&&
to run the second command only if the previous one succeeded.||
to run the second command only if the previous one failed.;
) to separate commands and each command will run regardless of the success or failure of the previous command.box.json
file exists.