Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4b5ca71

Browse files
Don't write the C++ unit test logs to the source tree
It doesn't match what the Gyp targets said the output location was and the product directory is more sensible anyway.
1 parent 2d97eac commit 4b5ca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cpptest.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
'../util/run-tests.pl',
112112
'<(exec_wrapper)',
113113
'<(PRODUCT_DIR)/test-<(module_name)<(test_suffix)',
114-
'test-<(module_name).log',
114+
'<(PRODUCT_DIR)/test-<(module_name).log',
115115
],
116116

117117
},

0 commit comments

Comments
 (0)