Test Output Index

testRunCommandSuccess

fitnesse table before run:
HtmlFixture
http://firstthePage
Run Commandexit 0
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage This is the Title This is the body
Run Commandexit 0
zero exit status for exit 0
STDERR:
STDOUT:

testRunCommandFailure

fitnesse table before run:
HtmlFixture
http://firstthePage
Run Commandexit 1
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage This is the Title This is the body
Run Commandexit 1
non-zero exit status for exit 1 : 1
STDERR:
STDOUT:

testFailRunCommandSuccess

fitnesse table before run:
HtmlFixture
http://firstthePage
FailRun Commandexit 1
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage This is the Title This is the body
FailRun Commandexit 1
non-zero exit status for exit 1 : 1
STDERR:
STDOUT:

testFailRunCommandFailure

fitnesse table before run:
HtmlFixture
http://firstthePage
FailRun Commandexit 0
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage This is the Title This is the body
FailRun Commandexit 0
zero exit status for exit 0
STDERR:
STDOUT:

testCommandWithPipe

fitnesse table before run:
HtmlFixture
http://firstthePage
Run Commandecho "hello" $pipe$ grep "lo"
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage This is the Title This is the body
Run Commandecho "hello" $pipe$ grep "lo"
zero exit status for echo "hello" | grep "lo"
STDERR:
STDOUT:
hello