Skip to content
Snippets Groups Projects
Commit 6069681b authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Exit test when unknown config requested

Former-commit-id: 232c75fb0fdd6fb2bdf8a2a3509ccdf233a0cb91
parent cc156e51
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,8 @@ do_tests()
fi
;;
*)
echo "Unknown configuration requested"
echo "Unknown configuration requested -- exiting"
exit 1
continue
;;
esac
......
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