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

Unified Diff: tool/presubmit.sh

Issue 1633003002: Add --modules=node support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tool/node_test.sh ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/presubmit.sh
diff --git a/tool/presubmit.sh b/tool/presubmit.sh
index 880ad50dc8f8908ba459d8617a8cf292c8ca54fa..54308c101caa8e406be0d5e123dd59df3c802b4c 100755
--- a/tool/presubmit.sh
+++ b/tool/presubmit.sh
@@ -4,5 +4,6 @@ DIR=$(dirname "${BASH_SOURCE[0]}")
$DIR/build_sdk.sh
$DIR/test.sh
$DIR/browser_test.sh
+$DIR/node_test.sh
$DIR/analyze.sh
$DIR/format.sh
« no previous file with comments | « tool/node_test.sh ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698