ecos: preparations for guest-image independent fail client
Additional change: prerequisite data files are not opened in append mode anymore. These files can be easily reproduced, and append mode does more harm than good here. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1906 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
class EcosKernelTestExperiment : public fail::ExperimentFlow {
|
||||
fail::JobClient m_jc;
|
||||
fail::Logger log;
|
||||
std::string m_variant, m_benchmark;
|
||||
public:
|
||||
EcosKernelTestExperiment() : log("eCos Kernel Test", false) {}
|
||||
bool run();
|
||||
|
||||
Reference in New Issue
Block a user