summaryrefslogtreecommitdiffstats
path: root/pts-core/options/install_test.php
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Check all supplied arguments for a PCQS test when determiningMichael Larabel2008-12-161-23/+26
| | | | if PCQS needs to be installed
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-051-11/+11
| | | | install (and force-install) option
* pts-core: Add pts_load_function_set() for loading functions within PTSMichael Larabel2008-12-041-1/+1
| | | | options
* pts-core: Cut down on use of pts_exit() command due to the new optionMichael Larabel2008-12-021-2/+4
| | | | architecture, instead use returns appropriately
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 2Michael Larabel2008-12-011-0/+1
|
* pts-core: Ensure all PTS options extend the pts_option_interfaceMichael Larabel2008-11-291-1/+1
|
* pts-core: Eliminate use of SILENT_INSTALL environmental variableMichael Larabel2008-11-291-5/+0
|
* pts-core: Modularize all Phoronix Test Suite run-time user options intoMichael Larabel2008-11-131-0/+88
options/ classes and using phoronix-test-suite.php interface pts-core: Remove pts-run-cmd.php now that all options are modularized