Skip to content

Commit

Permalink
Merge pull request #406 from HSLdevcom/data-tools-installation-fix
Browse files Browse the repository at this point in the history
Fix modules not found error
  • Loading branch information
optionsome authored Jul 29, 2024
2 parents 3726a4b + d066fdd commit 2616899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ done
echo running otpqa

docker pull $TOOL_IMAGE
docker run --name $TOOLCONT $TOOL_IMAGE /bin/sh -c "cd OTPQA; python3 otpprofiler_json.py $OTP_URL $ROUTER_NAME $SKIPPED_SITES"
docker run --name $TOOLCONT $TOOL_IMAGE /bin/sh -c "cd OTPQA; /python-venv/bin/python3 otpprofiler_json.py $OTP_URL $ROUTER_NAME $SKIPPED_SITES"

if [ $? == 0 ]; then
echo getting failed feed list from container
Expand Down

0 comments on commit 2616899

Please sign in to comment.