Skip to content

Commit

Permalink
Merge pull request #445 from luisgerhorst/23-11-set-eo-pipefail
Browse files Browse the repository at this point in the history
cicd/tcpsctpperf: set -eo pipefail to ease debugging
  • Loading branch information
UltraInstinct14 authored Nov 18, 2023
2 parents 71ee3bc + 448fd96 commit 84bbba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cicd/tcpsctpperf/config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail

source ../common.sh

Expand Down
1 change: 1 addition & 0 deletions cicd/tcpsctpperf/validation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail
source ../common.sh
if [ -z "$1" ]; then
threads=50
Expand Down

0 comments on commit 84bbba5

Please sign in to comment.