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

Unified Diff: claude.py

Issue 1338263002: Fix output directory to use for `claude test`. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 5 years, 3 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: claude.py
diff --git a/claude.py b/claude.py
index e549742de506ddd475a2c5bc9008c2ae8957052c..af301d24d1ab5381c3479f50562cd72766a9d3da 100755
--- a/claude.py
+++ b/claude.py
@@ -105,7 +105,7 @@ def _build(args):
def _test(args):
_logger.debug('_test()')
# TODO(jamesr): Run tests on android too
- out_dir = 'out/Release'
+ out_dir = _linux_out_dir(args)
return subprocess.call([os.path.join(out_dir, 'mojo_shell'),
'mojo:network_service_apptests'])
« 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