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