mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
testsuite: Actually run tools tests
The script was looking in the wrong place for the tests.
This commit is contained in:
parent
265d9c8703
commit
8fd51d761b
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk4-builder-tool}
|
||||
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify-data-3to4}
|
||||
TEST_DATA_DIR=${G_TEST_SRCDIR:-.}/simplify-data-3to4
|
||||
TEST_RESULT_DIR=${TEST_RESULT_DIR:-/tmp}
|
||||
|
||||
shopt -s nullglob
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk4-builder-tool}
|
||||
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify-data}
|
||||
TEST_DATA_DIR=${G_TEST_SRCDIR:-.}/simplify-data
|
||||
TEST_RESULT_DIR=${TEST_RESULT_DIR:-/tmp}
|
||||
|
||||
shopt -s nullglob
|
||||
|
Loading…
Reference in New Issue
Block a user