summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-04-23 15:04:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-29 13:17:45 +0000
commit009f88fe141f91ba693a6a32287809baf940b06e (patch)
tree31d5939e85edd9da2f43f24ea47137e3e2c7b73c /SConstruct
parentb6490b1e36d367706adf26513db350c6f398d98c (diff)
downloadmongo-009f88fe141f91ba693a6a32287809baf940b06e.tar.gz
SERVER-47721 Make generated ninja file deterministic
(cherry picked from commit de6e9c18e3a4ee418cff8338400668f9b6b7cf3e)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 69c933e903c..f346582b48a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3925,7 +3925,7 @@ if get_option('ninja') != 'disabled':
test_files = [test_file.path for test_file in env["MONGO_TEST_REGISTRY"][node.path]]
files = "\\n".join(test_files)
return {
- "outputs": node.get_path(),
+ "outputs": [node.get_path()],
"rule": "TEST_LIST",
"implicit": test_files,
"variables": {