mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
copy workload exits properly
This commit is contained in:
parent
0f3970097a
commit
216069c7a6
@ -115,6 +115,8 @@ public class NBCLI {
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new BasicError("Unable to write to " + writeTo.toString() + ": " + e.getMessage());
|
throw new BasicError("Unable to write to " + writeTo.toString() + ": " + e.getMessage());
|
||||||
}
|
}
|
||||||
|
logger.info("Copied internal resource '" + data.asPath() + "' to '" + writeTo.toString() +"'");
|
||||||
|
System.exit(0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user