projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d2002
)
Test the deprecation support
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 May 2023 23:27:04 +0000
(19:27 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 May 2023 23:52:42 +0000
(19:52 -0400)
Test gtk4-builder-tool validate --deprecations
testsuite/tools/validate
patch
|
blob
|
history
diff --git
a/testsuite/tools/validate
b/testsuite/tools/validate
index 42048ef7b4985c7edd6144a1ba3ebfe9d69b2796..414a5053b3d4ddddb655ab2cc8a82e114f31426a 100755
(executable)
--- a/
testsuite/tools/validate
+++ b/
testsuite/tools/validate
@@
-21,7
+21,7
@@
for t in ${TESTS[*]}; do
cd $TEST_DATA_DIR
- $GTK_BUILDER_TOOL validate $(basename $t) 2>$result
+ $GTK_BUILDER_TOOL validate
--deprecations
$(basename $t) 2>$result
cd $OLDPWD