We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bd65a commit 1fc4f3aCopy full SHA for 1fc4f3a
1 file changed
tests/kphp_tester.py
@@ -538,7 +538,7 @@ def parse_args():
538
def main():
539
args = parse_args()
540
if not os.path.exists(args.tests_dir):
541
- print("Can't find tests dir '{}'".format(args.test_list))
+ print("Can't find tests dir '{}'".format(args.tests_dir))
542
sys.exit(1)
543
544
if args.test_list and not os.path.exists(args.test_list):
0 commit comments