- Testcase testcase("/var/log/updateTestcase");
- testcase.createTestcase (*this, true, false); // create pool, do not solve
+ PathInfo path ("/mnt/var/log"); // checking if update has been started from instsys
+
+ if ( !path.isExist() ) {
+ Testcase testcase("/var/log/updateTestcase");
+ testcase.createTestcase (*this, true, false); // create pool, do not solve
+ } else {
+ Testcase testcase("/mnt/var/log/updateTestcase");
+ testcase.createTestcase (*this, true, false); // create pool, do not solve
+ }