diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-09 11:33:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-09 11:33:46 (GMT) |
commit | 08e8b8259e502b560e6170dbc1ab6b88bcebaf45 (patch) | |
tree | e267cfa624f67163cd71dc130df384b372a50954 /tests/canvText.test | |
parent | 8a77e2434be1ed1a76b7dc232aa388faa5f31c1c (diff) | |
parent | cc51cd8b376484c83fa87e30582d1c53712387d5 (diff) | |
download | tk-08e8b8259e502b560e6170dbc1ab6b88bcebaf45.zip tk-08e8b8259e502b560e6170dbc1ab6b88bcebaf45.tar.gz tk-08e8b8259e502b560e6170dbc1ab6b88bcebaf45.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/canvText.test')
-rw-r--r-- | tests/canvText.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvText.test b/tests/canvText.test index c0b9075..4898eb8 100644 --- a/tests/canvText.test +++ b/tests/canvText.test @@ -11,7 +11,7 @@ namespace import ::tcltest::* eval tcltest::configure $argv tcltest::loadTestedCommands -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)]}] testConstraint failsOnXQuarz [expr {$tcl_platform(os) ne "Darwin" || [tk windowingsystem] ne "x11" }] # Canvas used in 1.* - 17.* tests |