Fight deprecation warnings in test
This time, in installed tests.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[Test]
|
||||
Exec=/bin/sh -c "@libexecdir@/installed-tests/gtk+/children"
|
||||
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/children"
|
||||
Type=session
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[Test]
|
||||
Exec=/bin/sh -c "@libexecdir@/installed-tests/gtk+/derive"
|
||||
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/derive"
|
||||
Type=session
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[Test]
|
||||
Exec=/bin/sh -c "@libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests"
|
||||
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests"
|
||||
Type=session
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[Test]
|
||||
Exec=/bin/sh -c "@libexecdir@/installed-tests/gtk+/text"
|
||||
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/text"
|
||||
Type=session
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[Test]
|
||||
Exec=/bin/sh -c "@libexecdir@/installed-tests/gtk+/tree-relationships"
|
||||
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/tree-relationships"
|
||||
Type=session
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[Test]
|
||||
Exec=/bin/sh -c "@libexecdir@/installed-tests/gtk+/util"
|
||||
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/util"
|
||||
Type=session
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[Test]
|
||||
Exec=/bin/sh -c "@libexecdir@/installed-tests/gtk+/value"
|
||||
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/value"
|
||||
Type=session
|
||||
|
||||
|
||||
@ -181,7 +181,7 @@ nobase_insttest_DATA = $(test_icontheme)
|
||||
%.test: %$(EXEEXT) Makefile
|
||||
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
|
||||
echo 'Type=session' >> $@.tmp; \
|
||||
echo 'Exec=$(insttestdir)/$<' >> $@.tmp; \
|
||||
echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/$<' >> $@.tmp; \
|
||||
mv $@.tmp $@)
|
||||
|
||||
test_files = $(TEST_PROGS:=.test)
|
||||
|
||||
Reference in New Issue
Block a user