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

Unified Diff: tools/testing/dart/browser_controller.dart

Issue 2857923002: Gardening: update path to capture_screenshot.ps1 script (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_controller.dart
diff --git a/tools/testing/dart/browser_controller.dart b/tools/testing/dart/browser_controller.dart
index 489efc51ef4130bbd1e9c0e13a6acdb214a48ef1..9d7ec28477e6b76582f40ffded83c273a0525921 100644
--- a/tools/testing/dart/browser_controller.dart
+++ b/tools/testing/dart/browser_controller.dart
@@ -1903,9 +1903,9 @@ Future captureInternetExplorerScreenshot(String message) async {
// The "capture_screen.ps1" script is next to "test.dart" in "tools/"
final powerShellScript =
- Platform.script.resolve('capture_screenshot.ps1').toFilePath();
+ Platform.script.resolve('../../capture_screenshot.ps1').toFilePath();
final screenshotFile =
- Platform.script.resolve('../$screenshotName').toFilePath();
+ Platform.script.resolve('../../../$screenshotName').toFilePath();
final args = [
'-ExecutionPolicy',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698