Skip to content

Commit

Permalink
chore: add strict mode to scripts/test_lib.sh
Browse files Browse the repository at this point in the history
REF: etcd-io#15514

Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid committed Apr 9, 2023
1 parent 68fe3f3 commit 85fa2b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test_lib.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail

ROOT_MODULE="go.etcd.io/etcd"

if [[ "$(go list)" != "${ROOT_MODULE}/v3" ]]; then
Expand Down

0 comments on commit 85fa2b1

Please sign in to comment.