Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-06 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
2016-04-06 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-04-05 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-04-05 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-20 | Quote windows paths with spaces | Dan Gudmundsson | |
2013-02-26 | Add debug printouts | Dan Gudmundsson | |
Testcase if wobbling | |||
2011-10-27 | erts/nt_SUITE: Eliminate use of deprecated regexp module | Björn Gustavsson | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for system | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update system tests to conform with common_test standard | Lukas Larsson | |
2010-01-22 | Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_dev | Erlang/OTP | |
* bg/avoid-etop-in-include: epmd tests: fix build of test suites on Windows system test: fix build of test suites on Windows | |||
2010-01-20 | system test: fix build of test suites on Windows | Björn Gustavsson | |
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emulator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by using -include_lib(). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |