From b8199e11e018d1e4fa35d3ebbe3dbf934cd258d2 Mon Sep 17 00:00:00 2001 From: Sandeep Hegde Date: Fri, 10 Nov 2017 20:48:47 -0500 Subject: [PATCH] Changed readme saying wildcard not allowed in test_mapping.josn --- python/servo/mutation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/mutation/README.md b/python/servo/mutation/README.md index 46dd3287605..1db063ca365 100644 --- a/python/servo/mutation/README.md +++ b/python/servo/mutation/README.md @@ -30,7 +30,7 @@ A sample of test_mapping.json is as shown below: } ``` -Please ensure that each folder that requires a mutant to be generated consists of test_mapping.json file so that the script can function as expected. +Please ensure that each folder that requires a mutant to be generated consists of test_mapping.json file so that the script can function as expected. Wildcards are not allowed in test_mapping.json. If we want to run mutation test for a source path then there should be test_mapping.json in that path and all the subdirectories which has source files.