aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
AgeCommit message (Expand)Author
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
2010-12-08Update input parameter for suite callbacks to be called suite_callbacks when ...Lukas Larsson
2010-12-08Expand tracing functions to be more verboseLukas Larsson
2010-12-08Update ct_trace me to include calling functionsLukas Larsson
2010-12-08Add support for suite_callback in spec, command_line and interactive. Start w...Lukas Larsson
2010-11-29Update edoc and command line help documentation to reflect change from run_te...Lukas Larsson
2010-09-10Merge branch 'peppe/common_test/dev/OTP-8753' into devLukas Larsson
2010-09-10OTP-8818: Fixed inconsistency in ct:start_interactive callLukas Larsson
2010-09-06Fix problem with prepared_tests tuple not being recognizedPeter Andersson
2010-09-02Fix error with group term in ct:run_test/1Peter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Add new option to label test runsPeter Andersson
2010-07-06Implement handling of group specificationsPeter Andersson
2010-07-06Fix problem with using the wrong logdir settingPeter Andersson
2010-07-06Rewrite handling of group definitions in Common Test test suitesPeter Andersson
2010-06-09Add documentation for run_test programPeter Andersson
2010-06-09Fix so that ct_run converts relative diretories in the code path to absolutePeter Andersson
2010-06-09Fix bug that prevents the interactive shell mode to start properlyPeter Andersson
2010-06-09Minor fixes in code and test suitesPeter Andersson