summaryrefslogtreecommitdiff
path: root/test/lib/profiling.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/profiling.py')
-rw-r--r--test/lib/profiling.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/lib/profiling.py b/test/lib/profiling.py
index bf7f16db4..6142c41c9 100644
--- a/test/lib/profiling.py
+++ b/test/lib/profiling.py
@@ -163,17 +163,14 @@ class ProfileStatsFile(object):
"# This file is written out on a per-environment basis.\n"\
"# For each test in aaa_profiling, the corresponding function and \n"\
"# environment is located within this file. If it doesn't exist,\n"\
- "# the file is altered and written out again.\n"\
+ "# the test is skipped.\n"\
"# If a callcount does exist, it is compared to what we received. \n"\
"# assertions are raised if the counts do not match.\n"\
"# \n"\
"# To add a new callcount test, apply the function_call_count \n"\
- "# decorator and re-run the tests - it will be added here.\n"\
+ "# decorator and re-run the tests using the --write-profiles option - \n"\
+ "# this file will be rewritten including the new count.\n"\
"# \n"\
- "# The file is versioned so that well known platforms are available\n"\
- "# for assertions. Source control updates on local test environments\n"\
- "# not already listed will create locally modified versions of the \n"\
- "# file that can be committed, or not, as well.\n\n"\
"" % (self.fname)
def _read(self):