Skip to content

Commit

Permalink
Only define EASYTLS_REMOTE_CI in remote worker configuration
Browse files Browse the repository at this point in the history
This allows a full test to be run locally, including pre-built PKIs.

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Feb 28, 2022
1 parent 11b6f60 commit 7b1b5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/easytls-op-test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ curl -LO https://raw.githubusercontent.com/TinCanTech/easyrsa-plus/master/easyrs
SET PATH=%PATH%;.\
SET HOME=%PATH%
SET ENV=/disable-env
SET EASYTLS_REMOTE_CI=1
REM SET EASYTLS_REMOTE_CI=1
SET SHALLOW=1
SET EASYTLS_base_dir=.
SET EASYTLS_tmp_dir=./easytls-unit-tests
Expand Down
2 changes: 1 addition & 1 deletion dev/easytls-op-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ done
pwd
ls -l

export EASYTLS_REMOTE_CI=1
#export EASYTLS_REMOTE_CI=1
export SHALLOW=1

export EASYTLS_OPENVPN="./openvpn"
Expand Down

0 comments on commit 7b1b5dc

Please sign in to comment.