From ae1b79d466c7d533c3bb7722d7e19860461055fa Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 23 Sep 2020 09:33:54 +0000 Subject: Add TESTFLAGS= part --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5646bf7..3699bbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,10 @@ jobs: script: &x11gui - make binaries libraries tktest - make install - - make test-classic "-file color.test" >out-classic.txt + - make test-classic TESTFLAGS="-file color.test" >out-classic.txt - cat out-classic.txt - grep -q "Failed\t0" out-classic.txt - - make test-ttk "-file entry.test" >out-ttk.txt + - make test-ttk >out-ttk.txt - cat out-ttk.txt - grep -q "Failed\t0" out-ttk.txt - name: "Linux/GCC/Shared/no-xft" -- cgit v0.12