aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
AgeCommit message (Expand)Author
2012-11-20Merge branch 'maint'Peter Andersson
2012-11-19Finish the test suite and correct remaining bugsPeter Andersson
2012-11-19Implement new group search functionalityPeter Andersson
2012-11-19Fix problem with config start option not accepting list of filesPeter Andersson
2012-10-30[common_test] Add option cover_stopSiri Hansen
2012-09-19Teach test_server to report severe errors to common_testBjörn Gustavsson
2012-09-10Fix broken interactive modePeter Andersson
2012-08-27Make sure the test can never hang when ct:break/1/2 is calledPeter Andersson
2012-08-24Add silent_connections term to test specificationPeter Andersson
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 remote branch 'origin/peppe/common_test/testspec_updates' into maintPeter Andersson
2012-08-21Test new testspec functionality and correct bugsPeter Andersson
2012-08-21Implement constants and new features for test specificationsPeter 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-05-15Implement support for returning valid exit status from ct_runPeter Andersson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-23Merge branch 'lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009...Lukas Larsson
2012-03-21Change default of enable builtin hooks to undefinedLukas Larsson
2012-03-19Fix bug in handling ct_hooks start argumentsPeter Andersson
2012-03-19Run hooks for non-existing config functionsPeter Andersson
2012-03-15Merge remote branch 'origin/peppe/common_test/otp-9634_9659' into maintPeter Andersson
2012-03-14Merge remote branch 'origin/peppe/common_test/otp-9899' into maintPeter Andersson
2012-03-13Change the option name 'unique_priv_dir' to 'create_priv_dir'Peter Andersson
2012-03-13Add test suite for the unique_priv_dir featurePeter Andersson
2012-03-13Make it possible to use unique priv_dir namesPeter Andersson
2012-03-13Fix broken repeat functionalityPeter Andersson
2012-03-12Have ct_run clean up the code path after each test runPeter Andersson
2012-03-12Fix problems with ct_run's code path manipulationPeter Andersson
2011-12-07Implement support for overriding group properties with test specificationPeter Andersson
2011-10-04Merge branch 'dev' into majorLukas Larsson
2011-09-27Fix invalid call to undefined functionPeter Andersson
2011-09-23Repair and improve the vts modePeter Andersson
2011-09-23Implement support for running suites with test case groups through the debuggerPeter Andersson
2011-09-23Various corrections and updates to improve error handling and reportingPeter Andersson
2011-09-23Fix incorrect module name arg to FW:end_tc/3Peter Andersson
2011-09-23Introduce new 'logopts' flagPeter 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 -enable_builtin_hooks <bool> config optionLukas Larsson
2011-08-31Add priority functionality and tests for ct hooksLukas Larsson
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
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Cleanup code to fix dialyzer warningLukas Larsson
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson
2010-12-09Added tests for starting SCB's with arguments and fixed a bug with how SCB's ...Lukas Larsson
2010-12-08Add so that failures in SCB:init/1 causes the entire scb scope to failLukas Larsson