From 7c2025a2c0add837b7947c422de5003d5b696d81 Mon Sep 17 00:00:00 2001 From: Martin Hostettler Date: Mon, 26 Sep 2016 19:28:00 +0200 Subject: [PATCH] testsuite/archiver.py: Add a comment how to easily test ArchiverTestCaseBinary locally. --- borg/testsuite/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg/testsuite/archiver.py b/borg/testsuite/archiver.py index 8fb9eddf3..6c74cca04 100644 --- a/borg/testsuite/archiver.py +++ b/borg/testsuite/archiver.py @@ -69,7 +69,7 @@ def exec_cmd(*args, archiver=None, fork=False, exe=None, **kw): sys.stdin, sys.stdout, sys.stderr = stdin, stdout, stderr -# check if the binary "borg.exe" is available +# check if the binary "borg.exe" is available (for local testing a symlink to virtualenv/bin/borg should do) try: exec_cmd('help', exe='borg.exe', fork=True) BORG_EXES = ['python', 'binary', ]