diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-07 10:50:43 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-07 10:50:43 -0500 |
commit | 3015f46170a9573c871163ecc65500f3ac9937ac (patch) | |
tree | f2f62db4ea501d6f55746473e45bcef9ebbb933a /testsuite | |
parent | 13a94b66b6d4381554658657b1937b8f44be8b21 (diff) | |
download | gtk+-3015f46170a9573c871163ecc65500f3ac9937ac.tar.gz |
Fix another installed test typo
This one was causing us to install invalid .test files and thereby
breaking all continuous tests :-(
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tools/Makefile.am b/testsuite/tools/Makefile.am index 0dd510f8b3..b6bac18a99 100644 --- a/testsuite/tools/Makefile.am +++ b/testsuite/tools/Makefile.am @@ -44,7 +44,7 @@ nobase_insttest_DATA = $(test_simplify) $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ echo 'Type=session' >> $@.tmp; \ echo 'Output=TAP' >> $@.tmp; \ - echo 'Exec env G_ENABLE_DIAGNOSTIC=0 TEST_DATA_DIR="$(insttestdir)/simplify" $(insttestdir)/$<' >> $@.tmp; \ + echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 TEST_DATA_DIR="$(insttestdir)/simplify" $(insttestdir)/$<' >> $@.tmp; \ mv $@.tmp $@) test_files = $(TEST_PROGS:=.test) |