mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 07:16:14 +00:00
gem_(tiled|linear)_blits: s/interrutible/interruptible/
Spelling fix in "interruptible" subtest name.
This commit is contained in:
parent
db94faede5
commit
79b3029fe8
@ -265,7 +265,7 @@ int main(int argc, char **argv)
|
||||
if (drmtest_run_subtest("normal"))
|
||||
run_test(fd, count);
|
||||
|
||||
if (drmtest_run_subtest("interrutible")) {
|
||||
if (drmtest_run_subtest("interruptible")) {
|
||||
drmtest_fork_signal_helper();
|
||||
run_test(fd, count);
|
||||
drmtest_stop_signal_helper();
|
||||
|
@ -218,7 +218,7 @@ int main(int argc, char **argv)
|
||||
if (drmtest_run_subtest("normal"))
|
||||
run_test(count);
|
||||
|
||||
if (drmtest_run_subtest("interrutible")) {
|
||||
if (drmtest_run_subtest("interruptible")) {
|
||||
drmtest_fork_signal_helper();
|
||||
run_test(count);
|
||||
drmtest_stop_signal_helper();
|
||||
|
Loading…
x
Reference in New Issue
Block a user