mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 08:34:41 +00:00
clutter: Force scale=1 in tests/conform
Device pixel sizes are compared in several places, which breaks some tests on hidpi setups.
This commit is contained in:
@@ -79,7 +79,7 @@ script_tests = \
|
|||||||
test-script-timeline-markers.json \
|
test-script-timeline-markers.json \
|
||||||
test-state-1.json
|
test-state-1.json
|
||||||
|
|
||||||
TESTS_ENVIRONMENT += G_ENABLE_DIAGNOSTIC=0 CLUTTER_ENABLE_DIAGNOSTIC=0
|
TESTS_ENVIRONMENT += G_ENABLE_DIAGNOSTIC=0 CLUTTER_ENABLE_DIAGNOSTIC=0 CLUTTER_SCALE=1
|
||||||
|
|
||||||
# simple rules for generating a Git ignore file for the conformance test suite
|
# simple rules for generating a Git ignore file for the conformance test suite
|
||||||
$(srcdir)/.gitignore: Makefile
|
$(srcdir)/.gitignore: Makefile
|
||||||
|
Reference in New Issue
Block a user