do not unlink config file in test mode
this was incredibly hard to debug
This commit is contained in:
@@ -116,9 +116,6 @@ function initConfig() {
|
||||
saveSync();
|
||||
}
|
||||
|
||||
// cleanup any old config file we have for tests
|
||||
if (exports.TEST) safe.fs.unlinkSync(cloudronConfigFileName);
|
||||
|
||||
initConfig();
|
||||
|
||||
// set(obj) or set(key, value)
|
||||
|
||||
Reference in New Issue
Block a user