Skip to content
Snippets Groups Projects
Commit 2e99a3c4 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing VM check script

parent 4b316194
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ function test_version_step_vm()
echo " exit 1" >> check_script
echo "fi" >> check_script
echo "success=\$(cat success)" >> check_script
echo "if [ x\"\$success\" == x\"1\" ]; then" >> check_script
echo "if [ x\"\$success\" == x\"0\" ]; then" >> check_script
echo " echo \"Phase has failed\"" >> check_script
echo " exit 1" >> check_script
echo "fi" >> check_script
......
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