summaryrefslogtreecommitdiff
path: root/test/sibling/gyptest-relocate.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sibling/gyptest-relocate.py')
-rw-r--r--test/sibling/gyptest-relocate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sibling/gyptest-relocate.py b/test/sibling/gyptest-relocate.py
index 82d3ae39..9e741552 100644
--- a/test/sibling/gyptest-relocate.py
+++ b/test/sibling/gyptest-relocate.py
@@ -11,7 +11,7 @@ test.run_gyp('build/all.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_all('build/all.gyp', chdir='relocate/src')
+test.build('build/all.gyp', test.ALL, chdir='relocate/src')
chdir = 'relocate/src/build'