Skip to content

Commit 7862ad6

Browse files
authored
Add missing internal/ to testdata paths (#210)
1 parent b6e1e38 commit 7862ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/live/gcp/test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ go run ./trillian/integration/ct_hammer/ \
111111
--skip_https_verify=true \
112112
--operations=10000 \
113113
--rate_limit=150 \
114-
--log_config=${SCTFE_REPO}/testdata/hammer.cfg \
114+
--log_config=${SCTFE_REPO}/internal/testdata/hammer.cfg \
115115
--testdata_dir=./trillian/testdata/
116116
```
117117

@@ -133,7 +133,7 @@ To do so, clone the [certificate-transparency-go](https://github.com/google/cert
133133
```bash
134134
export CTGO_REPO=$(pwd)
135135
mkdir -p /tmp/hammercfg
136-
cp ${SCTFE_REPO}/testdata/hammer.cfg /tmp/hammercfg
136+
cp ${SCTFE_REPO}/internal/testdata/hammer.cfg /tmp/hammercfg
137137
go run ./client/ctclient get-roots --log_uri=${SRC_LOG_URI} --text=false > /tmp/hammercfg/roots.pem
138138
sed -i 's-""-"/tmp/hammercfg/roots.pem"-g' /tmp/hammercfg/hammer.cfg
139139
```

0 commit comments

Comments
 (0)