diff options
author | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-10 20:48:47 -0500 |
---|---|---|
committer | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-10 20:48:47 -0500 |
commit | b8199e11e018d1e4fa35d3ebbe3dbf934cd258d2 (patch) | |
tree | 3dfc8349c7cd188a711c3f693abd36a9214a54cf /python/servo/mutation/README.md | |
parent | 6e66c0d1ef9a98c03d8b7af6d5a641e7e49e593e (diff) | |
download | servo-b8199e11e018d1e4fa35d3ebbe3dbf934cd258d2.tar.gz servo-b8199e11e018d1e4fa35d3ebbe3dbf934cd258d2.zip |
Changed readme saying wildcard not allowed in test_mapping.josn
Diffstat (limited to 'python/servo/mutation/README.md')
-rw-r--r-- | python/servo/mutation/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|