Skip to content

Commit

Permalink
compare-log-mergers.sh require VIRTUAL_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jun 3, 2024
1 parent b76c05d commit 330fbb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/compare-log-mergers/compare-log-mergers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ if [[ ${#} -ne 0 ]]; then
exit 1
fi

if ! [[ "${VIRTUAL_ENV-}" ]]; then
echo "ERROR: must run within a Python virtual environment" >&2
exit 1
fi

cd "$(dirname "${0}")/../.."

(
Expand Down

0 comments on commit 330fbb4

Please sign in to comment.