summaryrefslogtreecommitdiff
path: root/tests/autotest-local.pl
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-02 06:51:41 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-02 06:51:41 +0000
commit7703d96dcb33fed7604b5e44df730430fac78f70 (patch)
tree9449cab9b2f3b5ca73b2623f82296bd1ef28865b /tests/autotest-local.pl
parent5a6b19b27832fec1464669cad4b6bbd5a70a1b00 (diff)
tests: Use colon instead of semicolon as define set separator (sh compatibility)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@496 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/autotest-local.pl')
-rw-r--r--tests/autotest-local.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autotest-local.pl b/tests/autotest-local.pl
index 8f155c5..3769d64 100644
--- a/tests/autotest-local.pl
+++ b/tests/autotest-local.pl
@@ -62,7 +62,7 @@ foreach $toolset (@toolsets)
if ($defineset !~ /NO_XPATH/ && $defineset =~ /NO_EXCEPTIONS/) { next; }
if ($defineset !~ /NO_XPATH/ && $defineset =~ /NO_STL/) { next; }
- $cmdline .= ";$defineset" if ($defineset ne '');
+ $cmdline .= ":$defineset" if ($defineset ne '');
# any configuration with prepare but without result is treated as failed
foreach $configuration (@configurations)