Skip to content

Commit

Permalink
Fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Dec 10, 2024
1 parent 29027cf commit 17ab7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/COMPILE.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 17ab7e4

Please sign in to comment.