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-27 21:02:45 +0000
commitde6e9c18e3a4ee418cff8338400668f9b6b7cf3e (patch)
tree1c4894008adc0912ecc808b03df7662afa0332c1 /SConstruct
parent24461c383f25dbba57aa0ea20270f37a172b86b4 (diff)
downloadmongo-de6e9c18e3a4ee418cff8338400668f9b6b7cf3e.tar.gz
SERVER-47721 Make generated ninja file deterministic
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ecb48050031..55c3fce2abc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3930,7 +3930,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": {