[PATCH] D83990: [test-release] fallback to py3's venv module

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 02:11:41 PDT 2020


hans added inline comments.


================
Comment at: llvm/utils/release/test-release.sh:309
 
+venv=virtualenv
+if ! type -P 'virtualenv' > /dev/null 2>&1 ; then
----------------
Should this be inside an if [ $do_test_suite = "yes" ]; ?

I think virtualenv is only used for test_suite.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83990/new/

https://reviews.llvm.org/D83990





More information about the llvm-commits mailing list