mirror of
https://github.com/qwc/backive.git
synced 2025-04-20 07:32:02 +02:00
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()
|
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…
x
Reference in New Issue
Block a user