Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-23 | Various corrections and updates to improve error handling and reporting | Peter Andersson | |
OTP-8933 | |||
2010-09-10 | OTP-8818: Fixed inconsistency in ct:start_interactive call | Lukas Larsson | |
2010-06-09 | Add support for dynamic timetrap handling | Peter Andersson | |
2010-06-09 | Flush old DOWN messages in demonitor | Peter Andersson | |
2010-06-09 | Add event_handler_init start flag that can pass init arguments to event handlers | Peter Andersson | |
Also changed: The userconfig option in ct:run_test/1 from 3-tuple to 2-tuple. | |||
2010-06-09 | Make it possible to run ts tests for Common Test via the ↵ | Peter Andersson | |
ct_run:script_start() interface The possibility to pass start arguments to ct_run:start_script/0 by means of an application environment variable has been implemented. This will be used by ct_test_support for automatic testing of all common_test start interfaces. | |||
2010-06-09 | Add run_test program for Common Test | Peter Andersson | |
Common Test may now be started with the program run_test instead of the legacy shell script with the same name. Minor updates have also been made to the Webtool application. | |||
2010-06-09 | Add support for user_config in ct_master | Andrey Pampukha | |
2010-06-09 | Bug fix: ["config.txt"] /= "config.txt" | Andrey Pampukha | |
2010-06-09 | Add functions for adding and removing config handlers | Andrey Pampukha | |
This is a draft version. | |||
2010-06-09 | Replace own has_element/2 with lists:config/2 | Andrey Pampukha | |
2010-06-09 | Fix problem with disappearing variables and aliases | Andrey Pampukha | |
2010-06-09 | Changed return value tags for config file handling | Andrey Pampukha | |
Return value tags modified and various documentation updates made (work in progress). | |||
2010-06-09 | Add tests for test specifications | Andrey Pampukha | |
2010-06-09 | Add test suites for configuration | Andrey Pampukha | |
2010-06-09 | Fix problems with test specifications | Andrey Pampukha | |
Work in progress... | |||
2010-06-09 | Allow callbacks to take any list as parameter | Andrey Pampukha | |
2010-06-09 | Implement reloading of the config data | Andrey Pampukha | |
2010-06-09 | Remove configuration handling from ct_util completely | Andrey Pampukha | |
2010-06-09 | Add support for user config in common_test | Andrey Pampukha | |
Added: 1. ct_config, ct_config_plain and ct_config_xml modules. 2. support for {userconfig, {Callback, ConfigFiles}} parameter to ct:run_test/1 3. support for "-userconfig Callback ConfigFiles and OtherCallback ConfigFiles" parameter to the run_test script |