diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-13 20:21:48 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-13 20:21:48 -0300 |
commit | 033737b22d2a70442aa8a7969fee2df460dc47fa (patch) | |
tree | 40b1cbc3a41ec43704fa1d61955354b00020355d /scripts | |
parent | started updating the documentation (diff) | |
download | g-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')
-rwxr-xr-x | scripts/run_tests.py | 2 |
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__)), '..' |