We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2578625 + 401455b commit 8ddc7c2Copy full SHA for 8ddc7c2
sdk/go-sdk/test/runtime/integrate_test.sh
@@ -36,7 +36,7 @@ go test -p 1 -v ./...
36
# run demos
37
cd ../../../../demo/configuration/common
38
go build -o client
39
-names="etcd_config_demo"
+names="panic etcd_config_demo"
40
for key in ${names}; do
41
./client -s $key
42
done
0 commit comments