Octave testsuite: force gnuplot toolkit for text graphics.

This is necessary since FLTK is now the default toolkit in octave 3.8.
time-shift
Sébastien Villemot 2014-05-07 10:42:28 +02:00
parent b3f2822c61
commit c4a4e6eeb3
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## Copyright (C) 2009-2012 Dynare Team
## Copyright (C) 2009-2014 Dynare Team
##
## This file is part of Dynare.
##
@ -31,9 +31,8 @@ if !strcmp(dynare_version(), getenv("DYNARE_VERSION"))
endif
## Ask gnuplot to create graphics in text mode
## Note that setenv() was introduced in Octave 3.0.2, for compatibility
## with MATLAB
putenv("GNUTERM", "dumb")
graphics_toolkit gnuplot;
setenv("GNUTERM", "dumb");
## Test MOD files listed in Makefile.am
name = getenv("FILESTEM");