]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:The code used to test python module is moved to edksetup
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 30 Apr 2019 02:16:01 +0000 (10:16 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 8 May 2019 01:41:43 +0000 (09:41 +0800)
commitdf7c81b5b219c9aee776baa466dd64c9d318dd80
tree990a9baf572aca1e138cd5bdbeeafe4be31f4e0e
parent26e2b295ec7a8d9866b8b4d2086fd5aa1aa1dc09
BaseTools:The code used to test python module is moved to edksetup

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1582

testing for presence of python modules should be done in edksetup
to reduce impact on subsequent build times.
This code currently exists in BaseTools/Tests/RunTest.py.

This patch is going to fix this issue.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Tests/RunTests.py
edksetup.sh