summaryrefslogtreecommitdiff
path: root/runner/settings.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30runner/job_list: use case-insensitive regular expressionsMauro Carvalho Chehab1-1/+1
2023-10-30igt_runner: don't require root for dry_runMauro Carvalho Chehab1-0/+1
2022-08-31runner: Add tests for environment flagsRyszard Knop1-1/+1
2022-08-31runner: Add help for the --environment flagRyszard Knop1-0/+4
2022-08-31runner: Serialize the provided environment flagsRyszard Knop1-31/+152
2022-08-31runner: Add the --environment flagRyszard Knop1-1/+122
2022-08-31runner: make the usage function variadicRyszard Knop1-33/+31
2022-08-31runner: rename free_settings to clear_settingsRyszard Knop1-4/+4
2022-04-14runner: execute code coverage script also from PATHMauro Carvalho Chehab1-41/+68
2022-03-31runner: Introduce --prune-mode to igt_runnerPetri Latvala1-0/+49
2022-03-21runner: Add support for code coverageMauro Carvalho Chehab1-2/+77
2022-03-21runner: check if it has root permissionsMauro Carvalho Chehab1-0/+8
2020-07-20runner: Introduce --disk-usage-limitPetri Latvala1-0/+55
2020-06-11runner: Fix handling of metadata values containing spacesLyude Paul1-1/+1
2020-04-17runner: Add --version to igt_runnerPetri Latvala1-0/+18
2020-02-19runner: Introduce per-test timeoutsPetri Latvala1-0/+11
2019-09-17runner: Add support for aborting on network failurePetri Latvala1-0/+4
2019-06-24runner/settings: Be consistent with empty blacklistArkadiusz Hiler1-1/+1
2019-06-19runner: add --list-all and --blacklistOleg Vasilev1-21/+100
2019-05-10runner: Use glib's regex utilities instead of POSIX ERELyude Paul1-16/+10
2019-04-01runner: Add --dmesg-warn-level switchArkadiusz Hiler1-1/+29
2019-04-01runner: Refactor metadata parsingArkadiusz Hiler1-14/+27
2018-11-15runner: Implement --abort-on-monitored-errorPetri Latvala1-6/+73
2018-10-19runner: Add --overall-timeoutPetri Latvala1-0/+9
2018-08-31runner: Introduce --piglit-style-dmesgPetri Latvala1-0/+13
2018-08-13runner: Fix path handlingArkadiusz Hiler1-19/+28
2018-08-09runner: New test runnerPetri Latvala1-0/+502