pvandervelde / Sherlock

Sherlock provides a means to schedule and automatically execute tests in an controlled virtual machine environment.
http://pvandervelde.github.io/Sherlock
Apache License 2.0
2 stars 0 forks source link

Add test step that runs console application #3

Closed pvandervelde closed 11 years ago

pvandervelde commented 11 years ago

Add a test step that can execute a console application without the need to script it. The test step is considered passed if the application exits with exit code 0 and failed for any other exit code. In case of failure all text on the error stream is stored in the test report.

pvandervelde commented 11 years ago

Completed in V0.4.0.0