diff options
| author | Julie Qiu <julie@golang.org> | 2021-08-06 10:06:22 -0400 |
|---|---|---|
| committer | Julie Qiu <julie@golang.org> | 2021-08-09 20:30:42 +0000 |
| commit | bb8ae76a70c54c8adb9a688c03a7df1434d53467 (patch) | |
| tree | d1d250bc56e47baa12a6c9f70e12fb6d27a91020 /devtools | |
| parent | f3786da2568ed51f39bdc02dabedef415a2013e7 (diff) | |
| download | go-x-pkgsite-bb8ae76a70c54c8adb9a688c03a7df1434d53467.tar.xz | |
devtools/ci: renable e2e tests
Change-Id: I3aed5953a3c1a0432e8e4900ac8cf9a02cf15ee6
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/340396
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/ci/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/ci/ci.sh b/devtools/ci/ci.sh index d3216f00..929b7861 100755 --- a/devtools/ci/ci.sh +++ b/devtools/ci/ci.sh @@ -103,7 +103,7 @@ echo "----------------------------------------" echo "Running e2e tests" echo "----------------------------------------" echo "Temporarily disabled until seeddb is fixed." -# ./tests/e2e/run.sh +./tests/e2e/run.sh print_duration_and_reset echo "----------------------------------------" |
