diff --git a/cicd/tcpsctpperf/config.sh b/cicd/tcpsctpperf/config.sh index 6c2eabef..370cde0a 100755 --- a/cicd/tcpsctpperf/config.sh +++ b/cicd/tcpsctpperf/config.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -eo pipefail source ../common.sh diff --git a/cicd/tcpsctpperf/validation.sh b/cicd/tcpsctpperf/validation.sh index 84d67078..7617d3c9 100755 --- a/cicd/tcpsctpperf/validation.sh +++ b/cicd/tcpsctpperf/validation.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -eo pipefail source ../common.sh if [ -z "$1" ]; then threads=50