commit 34eab39159ba288b370464f54b042f30ccdb470b Author: Robert Hogan robert@roberthogan.net Date: Sat Feb 19 17:47:36 2011 +0000
Set environment variable for test run --- test/run_tests.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/run_tests.sh b/test/run_tests.sh index 5776bfe..5dc50f7 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -18,6 +18,7 @@ # * Free Software Foundation, Inc., * #* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * # *************************************************************************** +export TORSOCKS_DEBUG=2 TORSOCKS="`which torsocks`"
if [ ! -x "$TORSOCKS" ]; then @@ -40,3 +41,4 @@ else echo "Tests failed. Please post this output to http://code.google.com/p/torsocks/issues/entry" fi rm -f /tmp/newresults.txt +export TORSOCKS_DEBUG= \ No newline at end of file