mirror of https://github.com/qwc/backive.git
Test stup for testing PrepareRun
This commit is contained in:
parent
8c054a66d3
commit
5b14065b29
|
@ -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)
|
||||
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue