From 399a8cd48dc8d82bbc096220fe8a1c70bb23ff12 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 23 May 2011 17:38:33 -0700 Subject: Use jitterbug::Emails instead of the shell scripts in our tests --- t/data/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/data/test.yml') diff --git a/t/data/test.yml b/t/data/test.yml index 98f8e65..eab52c3 100644 --- a/t/data/test.yml +++ b/t/data/test.yml @@ -18,14 +18,14 @@ jitterbug: build_process: builder: ./scripts/capsule.sh builder_variables: STUFF=BLAH - on_failure: ./scripts/build-failed.sh + on_failure: "jitterbug::Emailer" on_failure_to_email: bob@example.com on_failure_cc_email: alice@example.com on_failure_from_email: donotreply@example.com on_failure_subject_prefix: "[jitterbug] FAIL " on_failure_header: on_failure_footer: - on_pass: ./scripts/build-pass.sh + on_pass: "jitterbug::Emailer" on_pass_to_email: on_pass_cc_email: alice@example.com on_pass_subject_prefix: "[jitterbug] PASS " -- cgit 1.4.1