blob: 9c61db96f5852d3ae446a2228dcdbe9eca72606c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -57,7 +57,6 @@
# The test script is not supposed to make any changes to the files
# e.g. add/update missing dependencies. Such divergences should be
# detected and trigger a failure that needs explicit developer's action.
-export GOFLAGS=-mod=readonly
export ETCD_VERIFY=all
source ./scripts/test_lib.sh
|