aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-13 20:21:48 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-13 20:21:48 -0300
commit033737b22d2a70442aa8a7969fee2df460dc47fa (patch)
tree40b1cbc3a41ec43704fa1d61955354b00020355d /scripts/run_tests.py
parentstarted updating the documentation (diff)
downloadg-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.tar.gz
g-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.tar.bz2
g-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.zip
disabled the logging for the tests. updated all the doc for the next release
Diffstat (limited to 'scripts/run_tests.py')
-rwxr-xr-xscripts/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_tests.py b/scripts/run_tests.py
index 130846d..69e25ae 100755
--- a/scripts/run_tests.py
+++ b/scripts/run_tests.py
@@ -17,7 +17,7 @@ import sys
import unittest
# disabling the logging
-os.environ['GOCTAVE_LOG_FILE'] = ''
+os.environ['GOCTAVE_LOG_LEVEL'] = ''
root_dir = os.path.realpath(os.path.join(
os.path.dirname(os.path.abspath(__file__)), '..'