mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 22:22:27 +00:00
testsuite/archiver.py: Add a comment how to easily test ArchiverTestCaseBinary locally.
This commit is contained in:
parent
e9486ec348
commit
7c2025a2c0
1 changed files with 1 additions and 1 deletions
|
@ -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', ]
|
||||
|
|
Loading…
Reference in a new issue