Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
ndk
Commits
5314de58
Commit
5314de58
authored
9 years ago
by
Dan Albert
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix a shell vs shell_nocheck issue in asan setup."
parents
bf9f4a11
d2590dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/runners.py
tests/runners.py
+1
-1
No files found.
tests/runners.py
View file @
5314de58
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment