aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE.erl
AgeCommit message (Expand)Author
2017-09-15reltool: Remove export_all warning in testsDan Gudmundsson
2016-07-11[reltool] Add test for ERL-167Siri Hansen
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-03-31reltool_server_SUITE: Correct diffing of start scriptsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-12-29Merge branch 'lemenkov/use_os_getenv_2'Marcus Arendt
2014-12-15Start using os:getenv/2 funPeter Lemenkov
2014-06-18[reltool] Back out adaption to better quoting on windowsSiri Hansen
2014-04-14[reltool] Adapt tests to better quoting of paths on windowsSiri Hansen
2014-01-10Add missing default value for regexps in reltoolHåkan Mattsson
2013-05-14[reltool] Use unicode characters in work dir for unicode testSiri Hansen
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-04-19[reltool] Remove erlang:port_close/1 for node portSiri Hansen
2013-04-08Merge branch 'siri/cuddle-with-tests' into maintSiri Hansen
2013-03-27[reltool] Clean up work dir after testSiri Hansen
2013-03-27[reltool] Add test case for missing applicationSiri Hansen
2013-03-27[reltool] Relax requirements on excluded applicationsHåkan Mattsson
2013-02-21[reltool] Improve stability of testsSiri Hansen
2013-02-21[reltool] Make escript test work with hipe and smpSiri Hansen
2013-02-21[reltool] Add unicode testSiri Hansen
2012-09-24[reltool] Use spawn_executable instead of spawn when starting nodes in testSiri Hansen
2012-09-21[reltool] Use application name from .app file instead of directory nameSiri Hansen
2012-09-17[reltool] Keep order from rel spec when sorting used and included applicationsSiri Hansen
2012-09-14[reltool] Automatically add included applications in rel fileSiri Hansen
2012-09-12[reltool] Make reltool:install/2 work on windowsSiri Hansen
2012-09-11[reltool] Allow incl_cond=derived on module levelSiri Hansen
2012-08-20[reltool] Add option {excl_lib,otp_root}Siri Hansen
2012-03-22[reltool] Allow lib_dir on app level to use relative pathSiri Hansen
2012-03-22[reltool] Add configuration parameter lib_dir on application levelSiri Hansen
2012-03-19[reltool] Remove skip statement for test that failed due to stdlib errorSiri Hansen
2012-03-19[reltool] Fix problems with sorting of applicationsSiri Hansen
2012-03-19[reltool] Just warn if same module occurs twice in .app fileSiri Hansen
2012-03-19[reltool] Cleanup test codeSiri Hansen
2012-03-19[reltool] Unset ERL_FLAGS when running escript from reltool_server_SUITESiri Hansen
2012-03-19[reltool] Improve error handlingSiri Hansen
2012-03-19[reltool] Fix rollback and undoSiri Hansen
2012-03-19[reltool] Link together escript with inlined applicationSiri Hansen
2012-03-19[reltool] Update state and tables consistently for all types of config changesSiri Hansen
2012-03-19[reltool] Add test cases for handling of escriptsSiri Hansen
2012-03-19[reltool] Add tests for sorting of applications in .rel and .script filesSiri Hansen
2012-03-19[reltool] Add more testsSiri Hansen
2012-03-19[reltool] Add test case for reltool_server:get_modSiri Hansen
2012-03-19[reltool] Ensure that tests do not try to start node if target was not createdSiri Hansen
2012-03-19[reltool] Add test of dependencies derived through calls to external appsSiri Hansen
2012-03-19[reltool] Add more test cases and fix bugsSiri Hansen
2011-05-17Allow same module name in multiple applications if explicitely excludedSiri Hansen
2011-03-21Allow app_file option to be keep | strip | all, as documentedSiri Hansen
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson