diff options
| author | Jonathan Amsterdam <jba@google.com> | 2024-11-09 11:29:13 -0500 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2024-11-13 18:54:55 +0000 |
| commit | 71b0feb8eb07ea17cf7e8d1e7eb1e79414c6d609 (patch) | |
| tree | 838f3e13f4b614dfae0088c8c81ae4b915b67bc6 /devtools | |
| parent | de75df57e571f37aa6763769044a96c60ec3dbca (diff) | |
| download | go-x-pkgsite-71b0feb8eb07ea17cf7e8d1e7eb1e79414c6d609.tar.xz | |
tests/screentest: improve run.sh
- Use single-hyphen flags to conform to Go style.
- Remove unnecessary quotation.
- Minor shell style nits.
- Change the "local" case to run all components, instead of assuming
that some are already running.
The last change makes the "local" case much more useful, and faster
than the "ci" case for local testing.
Change-Id: Id3412fac8bd4a29539563e3cc568a3c7edd06c2e
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/626855
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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 8f245710..9d62b51a 100755 --- a/devtools/ci/ci.sh +++ b/devtools/ci/ci.sh @@ -102,7 +102,7 @@ print_duration_and_reset echo "----------------------------------------" echo "Running screentest" echo "----------------------------------------" -./tests/screentest/run.sh --rm ci --concurrency 1 +./tests/screentest/run.sh -rm ci -concurrency 1 print_duration_and_reset echo "----------------------------------------" |
