introduce better shell interaction for testing
This commit is contained in:
@ -9,4 +9,8 @@ export let bash = (commandArg) => {
|
||||
if(exitCode !== 0){
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
export let bashBare = () => {
|
||||
|
||||
}
|
Reference in New Issue
Block a user