From 11908525cfd1f048296ef3718a367d7c34e7cdb4 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Tue, 13 Mar 2012 17:11:54 +0100 Subject: Add the surefire ct hook The hook should work with modern versions of Jenkins CI to gather test results. --- lib/common_test/src/common_test.app.src | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/common_test/src/common_test.app.src') diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index 7fba484b18..bdd48fbc6b 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -25,6 +25,8 @@ ct_framework, ct_ftp, ct_gen_conn, + ct_hooks, + ct_hooks_lock, ct_logs, ct_make, ct_master, @@ -45,7 +47,9 @@ ct_config, ct_config_plain, ct_config_xml, - ct_slave + ct_slave, + cth_log_redirect, + cth_surefire ]}, {registered, [ct_logs, ct_util_server, -- cgit v1.2.3