Bugfix for regression-test experiment

The output of regression-test was cut off. The problem was solved with
a flush before exiting.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2023 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2013-01-30 14:58:18 +00:00
parent 19f1957a7f
commit 640f5436cc

View File

@ -231,6 +231,9 @@ bool RegressionTest::run()
file << "Serial-Output: " << so.getOutput() << endl;
file.flush();
of.flush();
simulator.terminate();
} else if (ev == &jump_test) {