diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-12-16 19:36:10 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2016-12-16 19:36:36 +0000 |
commit | 270d782c39655ad9fdb72b5324f48f275ffef386 (patch) | |
tree | e23f42c0d06793026097fdcc7712e98e2cc030a2 | |
parent | bb7ea5b5c07eb1b89338fb324618fe50fb94667e (diff) |
igt/drv_selftest: Rename late to live selftests
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | tests/drv_selftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/drv_selftest.c b/tests/drv_selftest.c index 1968f698..3d8ce8e0 100644 --- a/tests/drv_selftest.c +++ b/tests/drv_selftest.c @@ -29,5 +29,5 @@ IGT_TEST_DESCRIPTION("Basic unit tests for i915.ko"); igt_main { igt_kselftests("i915", "mock_selftests=-1", "mock"); - igt_kselftests("i915", "late_selftests=-1", "late"); + igt_kselftests("i915", "live_selftests=-1", "live"); } |