Hi Johannes,
I fixed the problem on Karaba (the permissions on your public ssh key were wrong). You should be able to read the log. You will see that this is almost useless because all the tests are mixed up (we run the testsuite in parallel). When I want to debug something I run the test suite on a single file (you can do it on sedna if you build dynare from git sources, this should be simple because all the dependencies are already installed) with the following command on while in the tests folder:
~$ make fs2000/fs2000.m.trs
If you already run the tests you will need to clean the folder before with:
~$ make clean
This will run the test with Matlab and return two txt files:
- fs2000.m.trs which indicates if the test was successful - fs2000.log the log file for this test.
If you want to perform the test with octave, you simply have to run:
~$ make fs2000/fs2000.o.trs
In the next days I will try to modify the test suite script so that the generated *.o.trs, *.m.trs and *.log files are sent in a place visible from a browser.
Best, Stéphane.
-- Stéphane Adjemian Université du Maine, Gains & Dynare Team