Skip to content

Commit ba9a963

Browse files
author
jakebeal
committed
try turning off graphics output
1 parent 29df1f5 commit ba9a963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ else
9090
TEST_RUNNER=moxunit_runtests
9191
endif
9292

93-
TEST_INIT=addpath('$(TESTDIR)');
93+
TEST_INIT=addpath('$(TESTDIR)');TASBEConfig.reset();TASBEConfig.set('testing.fakeFigureSaves',1);
9494
TEST=$(ADDPATH);$(TEST_INIT);success=$(TEST_RUNNER)($(RUNTESTS_ARGS));exit(~success);
9595

9696
MATLAB_BIN=$(shell which $(MATLAB))

0 commit comments

Comments
 (0)