diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
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": { |