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

Unified Diff: third_party/pkg/angular/scripts/karma/snapshot.sh

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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
Index: third_party/pkg/angular/scripts/karma/snapshot.sh
diff --git a/third_party/pkg/angular/scripts/karma/snapshot.sh b/third_party/pkg/angular/scripts/karma/snapshot.sh
index 61f00d3c38928f2249a3b9110ee3648dbb7525df..c6a0fc1c59f60a885596d4bbbfdee0c4bc7087ab 100755
--- a/third_party/pkg/angular/scripts/karma/snapshot.sh
+++ b/third_party/pkg/angular/scripts/karma/snapshot.sh
@@ -1,10 +1,10 @@
-#!/bin/sh
+#!/bin/bash
rm -rf ../karma-snapshot
mkdir ../karma-snapshot
cd ../karma-snapshot
-URL=http://localhost:8765
+URL=http://localhost:9876
FILES=$(curl $URL/debug.html --silent | grep \'/base | cut -f2 -d \')
for FILE in $FILES
@@ -18,3 +18,4 @@ echo ================
curl $URL/debug.html --silent | sed -e 's/\/base/\.\/base/' > debug.html
curl $URL/__adapter_dart_unittest.dart --silent | sed -e 's/\/base/\./' > __adapter_dart_unittest.dart
+curl $URL/__adapter_dart_unittest.dart.js --silent | sed -e 's/\/base/\./' > __adapter_dart_unittest.dart.js
« no previous file with comments | « third_party/pkg/angular/scripts/git/validate-commit-msg.js ('k') | third_party/pkg/angular/scripts/karma_run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698