Closed
Description
It would be very useful if ./x.py test src/test/ui/subfolder
would run every UI test in src/test/ui/subfolder
(at the moment it runs every single UI test). ./x.py test
currently works for individual files and for entire test suites, but not directories.