X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FTests%2FGNUmakefile;fp=BaseTools%2FTests%2FGNUmakefile;h=b920044ae17bd73a2f68846d19fd83fe663e216a;hp=af334a8ac2cc7a8fd39d4778b442aa665c12d38d;hb=678f85131238622e576705117e299d81cff755c9;hpb=913795f7a2b0937a18692ccfec892ca20cbc5aa6 diff --git a/BaseTools/Tests/GNUmakefile b/BaseTools/Tests/GNUmakefile index af334a8ac2..b920044ae1 100644 --- a/BaseTools/Tests/GNUmakefile +++ b/BaseTools/Tests/GNUmakefile @@ -14,7 +14,7 @@ all: test test: - @if command -v $(PYTHON3) >/dev/null 2>&1; then $(PYTHON3) RunTests.py; else python RunTests.py; fi + @if command -v python3 >/dev/null 2>&1; then python3 RunTests.py; else echo "Error: Please install a python 3 tool!"; fi clean: find . -name '*.pyc' -exec rm '{}' ';'