tools: drop the valgrind check in the option-parsing test

It's not part of the valgrind test suite, so we don't need this check anymore.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-04-30 13:13:56 +10:00
parent e9cfa513ee
commit 40f3e2603f

View file

@ -215,9 +215,6 @@ class TestDebugGUI(TestToolWithOptions, TestLibinputTool):
if __name__ == '__main__':
if os.environ.get('USING_VALGRIND'):
sys.exit(77)
parser = argparse.ArgumentParser(description='Verify a libinput tool\'s option parsing')
parser.add_argument('--tool-path', metavar='/path/to/builddir/libinput',
type=str,