summaryrefslogtreecommitdiff
path: root/test/copies/gyptest-updir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/copies/gyptest-updir.py')
-rwxr-xr-xtest/copies/gyptest-updir.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/copies/gyptest-updir.py b/test/copies/gyptest-updir.py
index 1bb9b1d1..00b01c72 100755
--- a/test/copies/gyptest-updir.py
+++ b/test/copies/gyptest-updir.py
@@ -11,7 +11,8 @@ yields a make variable.
import TestGyp
-test = TestGyp.TestGyp()
+# The Android build system doesn't allow output to go to arbitrary places.
+test = TestGyp.TestGyp(formats=['!android'])
test.run_gyp('copies-updir.gyp', chdir='src')
test.relocate('src', 'relocate/src')
test.build('copies-updir.gyp', 'copies_up', chdir='relocate/src')