From d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 15 Jun 2014 08:36:23 +0200 Subject: Use debug mode for testing --- feed2imap-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed2imap-test b/feed2imap-test index c8dd6c2..f1825ad 100755 --- a/feed2imap-test +++ b/feed2imap-test @@ -53,7 +53,7 @@ File.open(config, 'w') do |f| end FileUtils.chmod 0600, config -unless system('ruby', "-I#{base}/lib", "#{base}/bin/feed2imap", '--config', config, '--verbose') +unless system('ruby', "-I#{base}/lib", "#{base}/bin/feed2imap", '--config', config, '--debug') puts("E: feed2imap failed") exit(1) end -- cgit v1.2.3