diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2014-06-15 08:36:23 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2016-03-25 15:50:44 +0100 |
commit | d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9 (patch) | |
tree | 5f0533d6728f5c25b63e4463525b6cf35a30d3ea | |
parent | 3dbc125eb937cfe5434690ef329a3d29f30da7ed (diff) | |
download | feed2imap-d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9.tar.gz feed2imap-d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9.tar.bz2 feed2imap-d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9.zip |
Use debug mode for testing
Diffstat (limited to '')
-rwxr-xr-x | feed2imap-test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |