Commit 5314de58 authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Fix a shell vs shell_nocheck issue in asan setup."

parents bf9f4a11 d2590dc9
......@@ -190,7 +190,7 @@ def run_single_configuration(ndk_path, out_dir, printer, abi, toolchain,
# Do this as part of initialization rather than with a `mkdir -p` later
# because Gingerbread didn't actually support -p :(
device.shell(['rm -r /data/local/tmp/ndk-tests 2>&1'])
device.shell_nocheck(['rm -r /data/local/tmp/ndk-tests 2>&1'])
device.shell(['mkdir /data/local/tmp/ndk-tests 2>&1'])
runner = tests.TestRunner(printer)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment