mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Have UT start and stop a server.
This commit is contained in:
@@ -74,7 +74,7 @@ var emptyPath = function(dirPath, done) {
|
||||
|
||||
// Remove path recursively.
|
||||
var rmPath = function(dirPath, done) {
|
||||
console.log("rmPath: %s", dirPath);
|
||||
// console.log("rmPath: %s", dirPath);
|
||||
|
||||
fs.lstat(dirPath, function (err, stats) {
|
||||
if (err && err.code == "ENOENT") {
|
||||
|
||||
Reference in New Issue
Block a user