diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 10:33:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 10:33:56 (GMT) |
commit | 88a38acd049b4cef382444545c2e48764f4a43e3 (patch) | |
tree | c034856c595242f23cb91f8aeb0156e618c2111f /.travis.yml | |
parent | ae1b79d466c7d533c3bb7722d7e19860461055fa (diff) | |
download | tk-88a38acd049b4cef382444545c2e48764f4a43e3.zip tk-88a38acd049b4cef382444545c2e48764f4a43e3.tar.gz tk-88a38acd049b4cef382444545c2e48764f4a43e3.tar.bz2 |
Mark many testcases with "failsOnUbuntu" (Not all, I still want to see the remainings failing)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3699bbb..0ac80ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,12 @@ jobs: script: &x11gui - make binaries libraries tktest - make install - - make test-classic TESTFLAGS="-file color.test" >out-classic.txt - - cat out-classic.txt - - grep -q "Failed\t0" out-classic.txt - make test-ttk >out-ttk.txt - cat out-ttk.txt - grep -q "Failed\t0" out-ttk.txt + - make test-classic >out-classic.txt + - cat out-classic.txt + - grep -q "Failed\t0" out-classic.txt - name: "Linux/GCC/Shared/no-xft" os: linux dist: focal |