##// END OF EJS Templates
tests: remove sys.executable from "required tools"...
Augie Fackler -
r32711:04c19c80 default
parent child Browse files
Show More
@@ -2097,7 +2097,6 b' class TestRunner(object):'
2097
2097
2098 # Programs required to run tests.
2098 # Programs required to run tests.
2099 REQUIREDTOOLS = [
2099 REQUIREDTOOLS = [
2100 os.path.basename(_bytespath(sys.executable)),
2101 b'diff',
2100 b'diff',
2102 b'grep',
2101 b'grep',
2103 b'unzip',
2102 b'unzip',
General Comments 0
You need to be logged in to leave comments. Login now