Skip to content
Snippets Groups Projects
Commit e0ac1e0a authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-69: Failed test returns different error code on COBALT2. Adjust test accordingly.

parent 50d951bf
No related branches found
No related tags found
1 merge request!54COB-69: Fix COBALT2 tests
......@@ -34,7 +34,7 @@ function test_parset {
}
test_parset $PWD/tStatusFeedback.in_parset_success_1 0 ""
test_parset $PWD/tStatusFeedback.in_parset_failure_1 1 "-o Cobalt.Nodes=[unreachable]"
test_parset $PWD/tStatusFeedback.in_parset_failure_1 255 "-o Cobalt.Nodes=[unreachable]"
# Everything went ok
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment