mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 14:45:46 +00:00
gem_(tiled|linear)_blits: s/interrutible/interruptible/
Spelling fix in "interruptible" subtest name.
This commit is contained in:
@@ -265,7 +265,7 @@ int main(int argc, char **argv)
|
|||||||
if (drmtest_run_subtest("normal"))
|
if (drmtest_run_subtest("normal"))
|
||||||
run_test(fd, count);
|
run_test(fd, count);
|
||||||
|
|
||||||
if (drmtest_run_subtest("interrutible")) {
|
if (drmtest_run_subtest("interruptible")) {
|
||||||
drmtest_fork_signal_helper();
|
drmtest_fork_signal_helper();
|
||||||
run_test(fd, count);
|
run_test(fd, count);
|
||||||
drmtest_stop_signal_helper();
|
drmtest_stop_signal_helper();
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ int main(int argc, char **argv)
|
|||||||
if (drmtest_run_subtest("normal"))
|
if (drmtest_run_subtest("normal"))
|
||||||
run_test(count);
|
run_test(count);
|
||||||
|
|
||||||
if (drmtest_run_subtest("interrutible")) {
|
if (drmtest_run_subtest("interruptible")) {
|
||||||
drmtest_fork_signal_helper();
|
drmtest_fork_signal_helper();
|
||||||
run_test(count);
|
run_test(count);
|
||||||
drmtest_stop_signal_helper();
|
drmtest_stop_signal_helper();
|
||||||
|
|||||||
Reference in New Issue
Block a user