Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ find_package(resolv)
if(ENABLE_DOCS OR ENABLE_AUTEST)
find_package(Python3 REQUIRED)
find_program(PipEnv pipenv REQUIRED)
find_program(NETCAT_PROGRAM nc REQUIRED)
endif()

if(ENABLE_DOCS)
Expand Down
1 change: 1 addition & 0 deletions tests/autest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cd "$SCRIPT_DIR"
./prepare_proxy_verifier.sh || fail "Failed to install Proxy Verifier."
export PYTHONPATH=$(pwd):$PYTHONPATH
./test-env-check.sh || fail "Failed Python environment checks."
hash nc 2>/dev/null || fail "Netcat is not installed."
# this is for rhel or centos systems
echo "Environment config finished. Running AuTest..."
exec pipenv run env \
Expand Down