mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore: enable strict mode for test CI
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if ! [[ "$0" =~ "tests/functional/build" ]]; then
|
||||
echo "must be run from repository root"
|
||||
exit 255
|
||||
|
||||
Reference in New Issue
Block a user