Remove more flags from tests

This commit is contained in:
Alexander Neumann 2015-06-13 13:16:43 +02:00
parent 0ad08b2f70
commit 9853fbcf48
3 changed files with 27 additions and 10 deletions

View file

@ -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 {