Remove more flags from tests
This commit is contained in:
parent
0ad08b2f70
commit
9853fbcf48
3 changed files with 27 additions and 10 deletions
|
@ -18,6 +18,8 @@ var (
|
|||
TestCleanup = getBoolVar("RESTIC_TEST_CLEANUP", true)
|
||||
TestTempDir = getStringVar("RESTIC_TEST_TMPDIR", "")
|
||||
RunIntegrationTest = getBoolVar("RESTIC_TEST_INTEGRATION", true)
|
||||
TestSFTPPath = getStringVar("RESTIC_TEST_SFTPPATH",
|
||||
"/usr/lib/ssh:/usr/lib/openssh")
|
||||
)
|
||||
|
||||
func getStringVar(name, defaultValue string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue