mirror of
https://github.com/prometheus/node_exporter
synced 2025-03-24 19:56:46 +00:00
Fix end-to-end test pipefail configuration
This commit is contained in:
parent
6cc5a6ec56
commit
eee6298266
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -euf +o pipefail
|
set -euf -o pipefail
|
||||||
|
|
||||||
cd "$(dirname $0)"
|
cd "$(dirname $0)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user