ecos_kernel_test: remove 2nd reboot (which was just before a restore)

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1889 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
chb
2012-11-07 16:01:35 +00:00
parent 4cef94a016
commit 126fb1a1ff

View File

@ -510,8 +510,7 @@ bool EcosKernelTestExperiment::run()
// step 1
if(establishState()) {
log << "STEP 1 finished: rebooting ..." << endl;
simulator.reboot();
log << "STEP 1 finished: proceeding ..." << endl;
} else { return false; }
// step 2