Test stup for testing PrepareRun

This commit is contained in:
Marcel Otte 2022-01-08 11:14:38 +01:00
parent 8c054a66d3
commit 5b14065b29
1 changed files with 10 additions and 0 deletions

View File

@ -88,3 +88,13 @@ func TestCanRun(t *testing.T) {
t.Fail()
}
}
func testPrepareRun() {
/*
Need to mock:
- config.Settings.SystemMountPoint (to local test directory)
- config.Settings.LogLocation (to local test directory)
- exec.Command! (to NOT really execute something)
*/
}