diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 09:42:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 09:42:02 (GMT) |
commit | 3acc3fa16194242d5c2699b32871a3e91c1595be (patch) | |
tree | 6d61f2668d91c960ec9ea5bc51c8f6bb4be24892 /tests/wm.test | |
parent | e02e1dd873a053c3cd75ad61fcc798be27392557 (diff) | |
download | tk-3acc3fa16194242d5c2699b32871a3e91c1595be.zip tk-3acc3fa16194242d5c2699b32871a3e91c1595be.tar.gz tk-3acc3fa16194242d5c2699b32871a3e91c1595be.tar.bz2 |
Account for test-cases which we already know are failing on Ubuntu
Diffstat (limited to 'tests/wm.test')
-rw-r--r-- | tests/wm.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wm.test b/tests/wm.test index eeeea8d..ab2a7cc 100644 --- a/tests/wm.test +++ b/tests/wm.test @@ -27,7 +27,7 @@ proc stdWindow {} { update } -testConstraint failsOnUbuntu [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}] +testConstraint failsOnUbuntu [expr {![info exists ::env(CI)] || ![string match Linux $::tcl_platform(os)]}] # [raise] and [lower] may return before the window manager has completed the # operation. The raiseDelay procedure idles for a while to give the operation |