mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-04 23:28:00 +02:00
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:
parent
e9cfa513ee
commit
40f3e2603f
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue