test: Fix 'xephr' mis-spelling
This commit is contained in:
parent
c1870bd284
commit
f9d57d6bcd
|
@ -74,7 +74,7 @@ if get_option('xvfb')
|
||||||
find_program('scripts/xephyr-glamor-piglit.sh'),
|
find_program('scripts/xephyr-glamor-piglit.sh'),
|
||||||
env: piglit_env,
|
env: piglit_env,
|
||||||
timeout: 1200,
|
timeout: 1200,
|
||||||
suite: 'xephr-glamor',
|
suite: 'xephyr-glamor',
|
||||||
)
|
)
|
||||||
|
|
||||||
if rendercheck.found()
|
if rendercheck.found()
|
||||||
|
@ -92,7 +92,7 @@ if get_option('xvfb')
|
||||||
'--',
|
'--',
|
||||||
xvfb_args,
|
xvfb_args,
|
||||||
],
|
],
|
||||||
suite: 'xephr-glamor',
|
suite: 'xephyr-glamor',
|
||||||
timeout: 300,
|
timeout: 300,
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in New Issue