summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2014-06-15 08:36:23 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-03-25 15:50:44 +0100
commitd1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9 (patch)
tree5f0533d6728f5c25b63e4463525b6cf35a30d3ea
parent3dbc125eb937cfe5434690ef329a3d29f30da7ed (diff)
downloadfeed2imap-d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9.tar.gz
feed2imap-d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9.tar.bz2
feed2imap-d1aea3e925c37a0d8f5966dab0f1c2ebd7145ac9.zip
Use debug mode for testing
-rwxr-xr-xfeed2imap-test2
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