]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/GNUmakefile
BaseTools/Tests: Update GNUmakefile to use python3 variable
[mirror_edk2.git] / BaseTools / Tests / GNUmakefile
index af334a8ac2cc7a8fd39d4778b442aa665c12d38d..b920044ae17bd73a2f68846d19fd83fe663e216a 100644 (file)
@@ -14,7 +14,7 @@
 all: test\r
 \r
 test:\r
-       @if command -v $(PYTHON3) >/dev/null 2>&1; then $(PYTHON3) RunTests.py; else python RunTests.py; fi\r
+       @if command -v python3 >/dev/null 2>&1; then python3 RunTests.py; else echo "Error: Please install a python 3 tool!"; fi\r
 \r
 clean:\r
        find . -name '*.pyc' -exec rm '{}' ';'\r