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']) |