about summary refs log tree commit homepage
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-11 13:56:18 -0800
committerEric Wong <normalperson@yhbt.net>2012-02-11 21:56:36 +0000
commitb8ae2adfd2c153928d6c86a72c7d7f9aed08b3f0 (patch)
treea57adb2e7160eea8536131b75f1a761ffc87b753 /test/test_helper.rb
parent47123d764fb61e53ea74d992ddb825f4be9f9aa4 (diff)
downloadcmogstored-b8ae2adfd2c153928d6c86a72c7d7f9aed08b3f0.tar.gz
They always go to a log file (via automake) anyways, so there's
no point in hiding information if we ever want to look into a
test failure.
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index bbad0fd..501f86a 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,6 +1,7 @@
 # -*- encoding: binary -*-
 # Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
+ARGV << "-v"
 require 'test/unit'
 require 'tmpdir'
 require 'tempfile'