diff options
author | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-08 12:58:46 -0500 |
---|---|---|
committer | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-08 12:58:46 -0500 |
commit | 84f694dc9331dc5ccefbe5cbf66770a9e31e5ec1 (patch) | |
tree | 6ebb6d5a418b8f410948d78cce8b40bdd6224f45 /python/servo/mutation/test.py | |
parent | d24d6ac8ef1dcd0dde4637099d97d93e75ce181c (diff) | |
download | servo-84f694dc9331dc5ccefbe5cbf66770a9e31e5ec1.tar.gz servo-84f694dc9331dc5ccefbe5cbf66770a9e31e5ec1.zip |
Added more information in Mutation Test Readme
Diffstat (limited to 'python/servo/mutation/test.py')
-rw-r--r-- | python/servo/mutation/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/mutation/test.py b/python/servo/mutation/test.py index 242d545a305..1d5a6f48d2a 100644 --- a/python/servo/mutation/test.py +++ b/python/servo/mutation/test.py @@ -61,4 +61,4 @@ def mutation_test(file_name, tests): subprocess.call('git checkout {0}'.format(file_name), shell=True) else: print "Cannot mutate {0}".format(file_name) - print "-----------------------------------------------------------------\n" + print "-"*80 + "\n" |