github.com/google/trillian-examples@v0.0.0-20240520080811-0d40d35cef0e/helloworld/hw_integration.sh (about) 1 #!/bin/bash 2 3 export TREE_ID=$(go run github.com/google/trillian/cmd/createtree --admin_server=${TRILLIAN_LOG_RPC}) 4 5 go test ./helloworld/. --trillian=${TRILLIAN_LOG_RPC} --tree_id=${TREE_ID} 6