mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08: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
|
||||
|
||||
set -euf +o pipefail
|
||||
set -euf -o pipefail
|
||||
|
||||
cd "$(dirname $0)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue