summaryrefslogtreecommitdiffstats
path: root/pts-core/options
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Add install-all-dependencies option to install all availableMichael Larabel2008-12-281-0/+43
| | | | external dependencies for that distribution
* pts-core: Archive installation output of tests in the test's directoryMichael Larabel2008-12-281-0/+1
| | | | in file install.log
* pts-core: Add pts_test_installed() boolean functionMichael Larabel2008-12-261-1/+1
|
* 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: When using pts_display_web_browser, point to the index.htmlMichael Larabel2008-12-133-3/+3
| | | | redirect instead of directly to composite.xml
* pts-core: Two more changes for tandem_XmlReaderMichael Larabel2008-12-121-1/+1
|
* pts-core: Add pts_results_tandem_XmlReader() object for providing fileMichael Larabel2008-12-121-3/+3
| | | | handling in the constructor
* pts-core: Embed pts_location_test() into constructor ofMichael Larabel2008-12-121-3/+3
| | | | pts_test_tandem_XmlReader()
* pts-core: Add Mode tag to suite XML specification for allowingMichael Larabel2008-12-111-4/+46
| | | | individual tests within a suite to be run in the batch or defaults mode
* pts-core: Don't sort current test identifiers when being prompted toMichael Larabel2008-12-111-1/+0
| | | | enter a new identifier
* pts-core: Add result-file-to-suite option that will convert the relevantMichael Larabel2008-12-102-1/+97
| | | | parts of a saved results file into a suite
* pts-core: Add auto-disks and auto-disk-partitions to automaticMichael Larabel2008-12-081-1/+1
| | | | population of test profile menus from identifiers
* pts-core: Add and implement default-run and default-benchmark optionsMichael Larabel2008-12-081-6/+8
|
* pts-core: Switch IS_BATCH_MODE from using defines to PTS assignmentMichael Larabel2008-12-081-4/+10
| | | | functions
* pts-core: Add DefaultEntry tag to XML test specification for specifyingMichael Larabel2008-12-071-9/+24
| | | | defaults mode
* system_monitor: Update sensors every 9 secondsMichael Larabel2008-12-061-21/+21
|
* pts-core: Various fixes to the rewritten run_testMichael Larabel2008-12-051-5/+6
|
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-051-207/+265
| | | | run and benchmark options
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-052-11/+12
| | | | install (and force-install) option
* pts-core: Move around some run_test.php codeMichael Larabel2008-12-041-12/+15
|
* pts-core: Rename various optionsMichael Larabel2008-12-047-7/+7
|
* pts-core: Add pts_load_function_set() for loading functions within PTSMichael Larabel2008-12-0411-12/+12
| | | | options
* pts-core: Fix regression in clone command that didn't download the XMLMichael Larabel2008-12-031-1/+1
| | | | from Phoronix Global
* pts-core: Various PHP notice fixesMichael Larabel2008-12-031-1/+1
|
* pts-core: Fix fatal error in list-installed-tests optionMichael Larabel2008-12-031-1/+1
|
* pts-core: Cut down on use of pts_exit() command due to the new optionMichael Larabel2008-12-022-7/+24
| | | | architecture, instead use returns appropriately
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 2Michael Larabel2008-12-012-1/+2
|
* pts-core: Major Self-Contained Test Profile (SCTP) update. Also adds inMichael Larabel2008-11-301-0/+95
| | | | convert-test-to-sctp option.
* pts-core: Clean up / functionize more benchmark run codeMichael Larabel2008-11-301-122/+11
|
* pts-core: Add build-suite option that guides the user throughMichael Larabel2008-11-302-105/+110
| | | | automatically building their own test suite
* pts-core: Add download-test-files option to download files for aMichael Larabel2008-11-301-0/+55
| | | | test/suite but don't install
* pts-core: Fix regression in list-all-tests not listing unsupported testsMichael Larabel2008-11-291-1/+1
|
* pts-core: Ensure all PTS options extend the pts_option_interfaceMichael Larabel2008-11-2934-50/+50
|
* pts-core: Eliminate use of SILENT_INSTALL environmental variableMichael Larabel2008-11-291-5/+0
|
* pts-core: Rework the pts_run_option interface to set options to run nextMichael Larabel2008-11-291-0/+32
| | | | | pts-core: Change benchmark option to using the revised pts_run_option interface to avoid double pts-core initalization
* pts-core: Add analyze-all-runs option to generate a candlestick graphMichael Larabel2008-11-291-0/+47
| | | | showing the distribution of results from all trial runs
* pts-core: Rename analyze option to analyze-batchMichael Larabel2008-11-291-1/+1
|
* pts-core: Finish eliminating use of all global variables throughoutMichael Larabel2008-11-201-0/+1
| | | | pts-core
* pts-core: Eliminate use of global variables in PTS modules supportMichael Larabel2008-11-201-2/+2
|
* pts-core: Standardize all pts-core official functions with pts_, sw_,Michael Larabel2008-11-172-10/+10
| | | | hw_, or read_ prefix
* pts-core: Rename display_web_browser() -> pts_display_web_browser()Michael Larabel2008-11-175-6/+6
|
* pts-core: Remove pts-run-test.php now that now that its code isMichael Larabel2008-11-131-0/+580
| | | | modularized as option run_test
* pts-core: Modularize all Phoronix Test Suite run-time user options intoMichael Larabel2008-11-1330-0/+1447
| | | | | options/ classes and using phoronix-test-suite.php interface pts-core: Remove pts-run-cmd.php now that all options are modularized
* pts-core: Start migrating all commands into options/ classes and usingMichael Larabel2008-11-131-0/+39
the new phoronix-test-suite.php interface