From 8cd8125b071f4a0be8ec05d40471da6821067b07 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 22 Nov 2012 15:38:07 +0000 Subject: Parse the configuration file into arrays of jobs, via our test-factory --- bin/custodian-enqueue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/custodian-enqueue') diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index c9d9232..0b4a40b 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -161,9 +161,9 @@ if __FILE__ == $0 then if ( ENV['TEST'] ) # nop elsif ( ENV['DUMP'] ) - puts test.to_json + puts test else - queue.put( test.to_json ) + queue.put( test.to_s ) end end -- cgit v1.2.1