diff options
| author | Michael Larabel <michael@phx-laptop.(none)> | 2008-09-29 21:56:13 -0400 |
|---|---|---|
| committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-09-29 21:56:13 -0400 |
| commit | eb162655f7cfa075d0507c50c8bd47aef0efb50d (patch) | |
| tree | 390803f559ae55d49c2d1aad2289faa04e1cb4e7 /documentation/specifications_xml_test.html | |
| parent | 360ba72d81bc22bef980842833c8025957c1a712 (diff) | |
| download | phoronix-test-suite-upstream-eb162655f7cfa075d0507c50c8bd47aef0efb50d.tar.gz phoronix-test-suite-upstream-eb162655f7cfa075d0507c50c8bd47aef0efb50d.tar.xz phoronix-test-suite-upstream-eb162655f7cfa075d0507c50c8bd47aef0efb50d.zip | |
pts-core: Add PostInstallMessage tag for showing the user a message
after the test has run
Diffstat (limited to 'documentation/specifications_xml_test.html')
| -rw-r--r-- | documentation/specifications_xml_test.html | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/documentation/specifications_xml_test.html b/documentation/specifications_xml_test.html index 4d986c7..73795d1 100644 --- a/documentation/specifications_xml_test.html +++ b/documentation/specifications_xml_test.html @@ -186,7 +186,20 @@ benchmarking environment directory, this is the string of the file-name.</p> <strong>Required:</strong> No - Defaults to 0<br>
<strong>Description:</strong> If the test is being run multiple times, should the first value be
ignored. If the value is set to 1, the first result will be void.<br>
-<strong>Supported Values:</strong> 0, 1</p>
+<strong>Supported Values:</strong> 0, 1</p> +<p><strong>Tag:</strong> PreInstallMessage<br>
+<strong>Location:</strong> PhoronixTestSuite/TestInformation/<br>
+<strong>Internal Reference:</strong> P_TEST_PREINSTALLMSG<br>
+<strong>Required:</strong> No<br>
+<strong>Description:</strong> If the user needs to be alerted about something dealing with this
+test, this tag can contain a string that will be shown to the user before the
+test is installed but after the files are downloaded.</p> +<p><strong>Tag:</strong> PostInstallMessage<br>
+<strong>Location:</strong> PhoronixTestSuite/TestInformation/<br>
+<strong>Internal Reference:</strong> P_TEST_POSTINSTALLMSG<br>
+<strong>Required:</strong> No<br>
+<strong>Description:</strong> If the user needs to be alerted about something dealing with this
+test, this tag can contain a string that will be shown to the user after the test installation script has been executed.</p>
<p><strong>Tag:</strong> PreRunMessage<br>
<strong>Location:</strong> PhoronixTestSuite/TestInformation/<br>
<strong>Internal Reference:</strong> P_TEST_PRERUNMSG<br>
@@ -200,14 +213,7 @@ test begins.</p> <strong>Required:</strong> No<br>
<strong>Description:</strong> If the user needs to be alerted about something dealing with this
test, this tag can contain a string that will be shown to the user after the
-test ends.</p> -<p><strong>Tag:</strong> PreInstallMessage<br>
-<strong>Location:</strong> PhoronixTestSuite/TestInformation/<br>
-<strong>Internal Reference:</strong> P_TEST_PREINSTALLMSG<br>
-<strong>Required:</strong> No<br>
-<strong>Description:</strong> If the user needs to be alerted about something dealing with this
-test, this tag can contain a string that will be shown to the user before the
-test is installed but after the files are downloaded.</p>
+test ends.</p>
<h2>PhoronixTestSuite/TestSettings/Default/</h2>
<p><strong>Tag:</strong> Arguments<br>
<strong>Location:</strong> PhoronixTestSuite/TestSettings/Default/<br>
|
