summaryrefslogtreecommitdiff
path: root/test/generator-output/gyptest-relocate.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/generator-output/gyptest-relocate.py')
-rw-r--r--test/generator-output/gyptest-relocate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/generator-output/gyptest-relocate.py b/test/generator-output/gyptest-relocate.py
index 38cfcdb8..b394021d 100644
--- a/test/generator-output/gyptest-relocate.py
+++ b/test/generator-output/gyptest-relocate.py
@@ -27,7 +27,7 @@ test.writable(test.workpath('relocate/src/build'), True)
test.writable(test.workpath('relocate/src/subdir2/build'), True)
test.writable(test.workpath('relocate/src/subdir3/build'), True)
-test.build_all('prog1.gyp', chdir='relocate/gypfiles')
+test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles')
chdir = 'relocate/gypfiles'