aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_logs.erl
AgeCommit message (Expand)Author
2012-08-23Fix IO bug causing CT Hooks to hang at startupPeter Andersson
2012-08-23Merge remote branch 'origin/peppe/common_test/break_and_continue' into maintPeter Andersson
2012-08-23Merge remote branch 'origin/peppe/common_test/verbosity_level' into maintPeter Andersson
2012-08-23Merge branch 'peppe/common_test/table_sorter' into maintPeter Andersson
2012-08-08Implement support for test case execution break/continuePeter Andersson
2012-07-13Implement verbosity levels and parameter for log printout importancePeter Andersson
2012-07-06Make it possible to sort the HTML tablesPeter Andersson
2012-05-10Fix IO printout crash caused by hook functionPeter Andersson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-21Update ct_master to use the Common Test CSS file for the logsPeter Andersson
2012-03-13Make it possible to use unique priv_dir namesPeter Andersson
2012-03-13Create entry for every repeated test in index.htmlPeter Andersson
2012-03-11Introduce error notification printout in the tc logPeter Andersson
2012-02-23Fix problem with large fun environment being copied unnecessarilyPeter Andersson
2012-02-21Implement asynchronous call to print to test case log filePeter Andersson
2011-11-30Bugfixes and improvements of the the CSS stylesheet implementationPeter Andersson
2011-11-18Make absolute paths in log files relativePeter Andersson
2011-11-14Fix bad error printoutPeter Andersson
2011-11-14Copy default CSS file to log directory before test runPeter Andersson
2011-11-13Add CSS stylesheet for the text and tables in Common Test and Test ServerPeter Andersson
2011-10-04Merge branch 'dev' into majorLukas Larsson
2011-09-29Correct "Missing Suites" linkPeter Andersson
2011-09-23Enhance logging performancePeter Andersson
2011-09-23Add link to last executed test suite on index pagePeter Andersson
2011-09-23Various corrections and updates to improve error handling and reportingPeter Andersson
2011-09-23Fix problem with logdir string and some other minor bugsPeter Andersson
2011-09-23Modify start options and introduce CT profilesPeter Andersson
2011-09-20Add ct_log:ct_log funcionLukas Larsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-04-28Make it possible to refresh the top level index page at the start of a test run.Peter Andersson
2011-04-20Fix problem with CT hook start error causing IO to be sent to wrong group lea...Peter Andersson
2010-09-10Merge branch 'peppe/common_test/dev/OTP-8753' into devLukas Larsson
2010-09-06Fix problem with prepared_tests tuple not being recognizedPeter Andersson
2010-07-13Include milliseconds in timestamps in Common Test log entriesTomas Johansson
2010-07-06Fix bug that crashes common_test when running coverPeter Andersson
2010-07-06Add textured backgound to html log filesPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Add new option to label test runsPeter Andersson
2010-06-11Merge branch 'peppe/common_test_r14_dev_2' into devErlang/OTP
2010-06-09Minor fixes in code and test suitesPeter Andersson
2010-06-09Flush old DOWN messages in demonitorPeter Andersson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP