testing: Return an error if any command in the certificate build script fails
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -o errexit
|
||||||
|
|
||||||
echo "Building certificates"
|
echo "Building certificates"
|
||||||
|
|
||||||
# Disable leak detective when using pki as it produces warnings in tzset
|
# Disable leak detective when using pki as it produces warnings in tzset
|
||||||
|
|||||||
Reference in New Issue
Block a user