From 6b4d63f295f419f55983a8fc72f582802f55b09f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 10 Jan 2018 01:13:36 +0100 Subject: [PATCH] [test] Minor --- test/shaping/run-tests.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 33009269d..56b4d7789 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py @@ -4,12 +4,6 @@ from __future__ import print_function import sys, os, subprocess -try: - input = raw_input -except NameError: - pass - - def cmd(command): p = subprocess.Popen ( command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) @@ -33,9 +27,6 @@ if len (args) and args[0] == "--reference": reference = True args = args[1:] -if not reference: - print ('hb_shape:', hb_shape) - if not len (args): args = ['-']