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