aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/src/ts_install_cth.erl
AgeCommit message (Collapse)Author
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-27test_server: Fix install_hookBjörn-Egil Dahlberg
We cannot use erlang:unique_integer([positive]) here since this code in run on older test releases as well.
2015-03-20test_server: Replace usage of erlang:now() with usage of new APIDan Gudmundsson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-31Do not fail if there is no variables fileLukas Larsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-05-02Update cross build system for tests to workLukas Larsson
ts has been fixed to again work in a cross build environment. See ts:help() and xcomp/README.md for details about how it works.
2011-08-31Update to reflect new cth callback apiLukas Larsson
2011-05-24Add a proplist() typerzezeski
Recently I was adding specs to an API and found that there is no canonical proplist() type defined.
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-02Fix bug where failing to make a testcase caused an errornous failure reasonLukas Larsson
2011-02-21Remove old test_server codeLukas Larsson
2011-02-09Rename Suite Callback to Common Test HookLukas Larsson