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

Unified Diff: mojo/tools/get_test_list.py

Issue 878933003: Move the apptest runner and parts of mopy to the public SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « mojo/tools/check_mojom_golden_files.py ('k') | mojo/tools/mojo_demo.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index 0ee7a06293f004e910b77316bcd4b77710eb302b..b0ecdac587186bc2b11ee43ae47fdb1f714a67e7 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -15,6 +15,7 @@ import json
import os
import sys
+import add_sdk_tools_to_path
from mopy.config import Config
from mopy.paths import Paths
@@ -86,7 +87,7 @@ def GetTestList(config):
if target_os != Config.OS_ANDROID and ShouldRunTest(Config.TEST_TYPE_DEFAULT,
"app"):
AddXvfbEntry("App tests",
- [os.path.join("mojo", "tools", "apptest_runner.py"),
+ [os.path.join("mojo", "public", "tools", "apptest_runner.py"),
os.path.join("mojo", "tools", "data", "apptests"),
build_dir])
« no previous file with comments | « mojo/tools/check_mojom_golden_files.py ('k') | mojo/tools/mojo_demo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698