mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-08 05:54:25 +08:00
Fix tests path
This commit is contained in:
parent
29027cf11d
commit
17ab7e4b7c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ SET PYTHONPATH=c:\GIT\npbackup
|
|||
%PYTHON64% RESTIC_SOURCE_FILES/update_restic.py || GOTO ERROR
|
||||
|
||||
%PYTHON64% -m pip install pytest
|
||||
%PYTHON64% -m pytest /opt/npbackup/tests || GOTO ERROR
|
||||
%PYTHON64% -m pytest C:\GIT\npbackup\tests || GOTO ERROR
|
||||
|
||||
"%PYTHON64%" -m pip install --upgrade -r npbackup/requirements.txt || GOTO ERROR
|
||||
"%PYTHON64%" bin\compile.py --audience all --sign "C:\ODJ\KEYS\NetInventEV.dat"
|
||||
|
|
Loading…
Add table
Reference in a new issue