Add exit in build script to notify jenkins
[releng.git] / utils / test / testapi / htmlize / doc-build.sh
index e492c97..427b437 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -o errexit
+
 # Create virtual environment
 source $WORKSPACE/testapi_venv/bin/activate