summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-29 22:08:09 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-29 22:08:09 -0400
commit5252a4256241b4f0c277e4501b1d0e9be6d7a3d3 (patch)
treec5d2af095931172c20b10da1d57e297bf4274da2 /documentation
parent30a3bf991dc989cd40a18cc8e9cbb30294ce9cbe (diff)
downloadphoronix-test-suite-upstream-5252a4256241b4f0c277e4501b1d0e9be6d7a3d3.tar.gz
phoronix-test-suite-upstream-5252a4256241b4f0c277e4501b1d0e9be6d7a3d3.tar.xz
phoronix-test-suite-upstream-5252a4256241b4f0c277e4501b1d0e9be6d7a3d3.zip
pts-core: Add PostRunMessage tag to the suite specification for showing
the user a message before testing begins (similar to PostRunMessage in tests)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/specifications_xml_suite.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/specifications_xml_suite.html b/documentation/specifications_xml_suite.html
index 4f9ec18..13a5cd9 100644
--- a/documentation/specifications_xml_suite.html
+++ b/documentation/specifications_xml_suite.html
@@ -46,6 +46,13 @@
<strong>Description:</strong> If the user needs to be alerted about something dealing with this
suite -- and just not to a specific test -- this tag can contain a string that will be shown to the user before the
tests in the suite are executed.</p>
+<p><strong>Tag:</strong> PostRunMessage<br>
+<strong>Location:</strong> PhoronixTestSuite/SuiteInformation/<br>
+<strong>Internal Reference:</strong> P_SUITE_POSTRUNMSG<br>
+<strong>Required:</strong> No<br>
+<strong>Description:</strong> If the user needs to be alerted about something dealing with this
+suite -- and just not to a specific test -- this tag can contain a string that will be shown to the user after the
+tests in the suite are executed.</p>
<h2>PhoronixTestSuite/RunTest/<br>
NOTE: Multiple instances of these tags are allowed for multiple tests in a suite</h2>
<p><strong>Tag:</strong> Test<br>