File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 66
77language : java
88
9+ services :
10+ - xvfb
911cache :
1012 - apt
13+ addons :
14+ apt :
15+ packages :
16+ - ghostscript
17+ - pstoedit
1118env :
1219 global :
1320 - OCTAVE=octave
Original file line number Diff line number Diff line change 9090 TEST_RUNNER=moxunit_runtests
9191endif
9292
93- TEST_INIT =addpath('$(TESTDIR ) ');
93+ TEST_INIT =addpath('$(TESTDIR ) ');TASBEConfig.reset();TASBEConfig.set('testing.fakeFigureSaves',1);
9494TEST=$(ADDPATH);$(TEST_INIT);success =$(TEST_RUNNER ) ($(RUNTESTS_ARGS ) );exit(~success);
9595
9696MATLAB_BIN =$(shell which $(MATLAB ) )
Original file line number Diff line number Diff line change 1- TASBEConfig .checkpoint(' init ' );
1+ TASBEConfig .checkpoint(TASBEConfig .checkpoints() );
22
33stem0312 = ' ../example_controls/2012-03-12_' ;
44
Original file line number Diff line number Diff line change 1- TASBEConfig .checkpoint(' init ' );
1+ TASBEConfig .checkpoint(TASBEConfig .checkpoints() );
22
33stem0312 = ' ../example_controls/2012-03-12_' ;
44
You can’t perform that action at this time.
0 commit comments