Skip to content
  • Peter Hutterer's avatar
    test: make the test case failure output easier to select · 1e73cccf
    Peter Hutterer authored
    
    
    Split the suite and test case name up so it's easier to select with a
    double-click in the terminal. Because usually those tests need to be re-run
    individually and making that easier is a good thing.
    
    Previously:
    :: Failure: ../test/test-tablet.c:4434:touch_arbitration:wacom-cintiq-13hdt-pen-tablet
    
    Now:
    :: Failure: ../test/test-tablet.c:4434: touch_arbitration(wacom-cintiq-13hdt-pen-tablet)
    
    Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
    1e73cccf