summaryrefslogtreecommitdiffstats
path: root/tests/main.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-26 09:40:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-26 09:40:08 (GMT)
commitd058596332cfee2f8cdf4cc7c94c7e58275060ac (patch)
treef35fdc1789eecbfb8bb3dcb1a9332c45869c255d /tests/main.test
parentbad9520f9929fb5a81be88852fc7f6b171a57bec (diff)
parent406ecbaca2f8679799702c6e40fadba9d8bfd914 (diff)
downloadtk-d058596332cfee2f8cdf4cc7c94c7e58275060ac.zip
tk-d058596332cfee2f8cdf4cc7c94c7e58275060ac.tar.gz
tk-d058596332cfee2f8cdf4cc7c94c7e58275060ac.tar.bz2
Fix main-3.1 in Mac environment. job label changes. Don't run testcases in Xcode environment, as they hang
Diffstat (limited to 'tests/main.test')
-rw-r--r--tests/main.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.test b/tests/main.test
index deb0783..4a3be63 100644
--- a/tests/main.test
+++ b/tests/main.test
@@ -94,7 +94,7 @@ test main-2.3 {Tk_MainEx: -encoding option} -constraints stdio -setup {
test main-3.1 {Tk_ParseArgv: -help option} -constraints unix -body {
# Run only on unix as Win32 pops up native dialog
exec [interpreter] -help
-} -returnCodes error -match glob -result {% application-specific initialization failed: Command-specific options:*}
+} -returnCodes error -match glob -result {*application-specific initialization failed: Command-specific options:*}
test main-3.2 {Tk_ParseArgv: -help option} -setup {
set maininterp [interp create]