Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Issue 615733002: closure: add bash script to build and run Java tests from command line. (Closed)

Created:
6 years, 2 months ago by Dan Beam
Modified:
6 years, 2 months ago
CC:
chromium-reviews, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

closure: add bash script to build and run Java tests from command line. R=vitalyp@chromium.org,tbreisacher@chromium.org BUG=393873 Committed: https://crrev.com/dd79158782326a3ee31ec772c3c8a8bba81d53ff Cr-Commit-Position: refs/heads/master@{#297440}

Patch Set 1 #

Total comments: 6

Patch Set 2 : vitalyp@ review #

Patch Set 3 : vitalyp@ review #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -0 lines) Patch
A third_party/closure_compiler/build_and_run_tests View 1 2 1 chunk +48 lines, -0 lines 1 comment Download

Messages

Total messages: 10 (2 generated)
Dan Beam
6 years, 2 months ago (2014-09-30 01:46:27 UTC) #2
Vitaly Pavlenko
lgtm https://codereview.chromium.org/615733002/diff/1/third_party/closure_compiler/build_and_run_tests File third_party/closure_compiler/build_and_run_tests (right): https://codereview.chromium.org/615733002/diff/1/third_party/closure_compiler/build_and_run_tests#newcode28 third_party/closure_compiler/build_and_run_tests:28: readonly cp=".:./runner/test:./runner/src:\ I would probably s/cp/classpath/ to not ...
6 years, 2 months ago (2014-09-30 02:42:20 UTC) #3
Dan Beam
https://codereview.chromium.org/615733002/diff/1/third_party/closure_compiler/build_and_run_tests File third_party/closure_compiler/build_and_run_tests (right): https://codereview.chromium.org/615733002/diff/1/third_party/closure_compiler/build_and_run_tests#newcode28 third_party/closure_compiler/build_and_run_tests:28: readonly cp=".:./runner/test:./runner/src:\ On 2014/09/30 02:42:20, Vitaly Pavlenko wrote: > ...
6 years, 2 months ago (2014-09-30 03:08:38 UTC) #4
Tyler Breisacher (Chromium)
lgtm
6 years, 2 months ago (2014-09-30 15:16:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/615733002/40001
6 years, 2 months ago (2014-09-30 16:40:20 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001) as d61ecdd7c584920c68406c63e17b69f350be444c
6 years, 2 months ago (2014-09-30 17:17:22 UTC) #8
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/dd79158782326a3ee31ec772c3c8a8bba81d53ff Cr-Commit-Position: refs/heads/master@{#297440}
6 years, 2 months ago (2014-09-30 17:18:02 UTC) #9
Vitaly Pavlenko
6 years, 2 months ago (2014-10-01 00:04:59 UTC) #10
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/615733002/diff/40001/third_party/closu...
File third_party/closure_compiler/build_and_run_tests (right):

https://chromiumcodereview.appspot.com/615733002/diff/40001/third_party/closu...
third_party/closure_compiler/build_and_run_tests:47: echo "Cleaning up"
Actually, this "echo" is better to pull inside cleanup(). So when user is
pressing Ctrl+C, he could see that the script cleans up after itself.

Powered by Google App Engine
This is Rietveld 408576698