buildbot: vacuously succeed on unknown commands

This commit is contained in:
2017-05-08 21:41:22 -07:00
parent a6786ae01e
commit cdeae65824

View File

@@ -32,4 +32,5 @@ case $1 in
"test") do_test ;; "test") do_test ;;
"coverage") do_coverage ;; "coverage") do_coverage ;;
"docs") do_docs ;; "docs") do_docs ;;
*) echo "$1 is not supported in this project"
esac esac