diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-06-02 07:25:38 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-06-02 07:25:38 +0000 |
commit | e596d86ca0e45508a0c82ae18495ed19de360d8d (patch) | |
tree | 2dc0e979abb9ffba481a737f9d790874cd8841a5 /Jamfile.jam | |
parent | ae83fae821963744ff2468bae8fc5a7ee696bee7 (diff) |
tests: Use ... instead of ### as autotest info prefix (sh compatibility)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@498 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamfile.jam')
-rw-r--r-- | Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile.jam b/Jamfile.jam index 70cb0d6..51d9452 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -96,7 +96,7 @@ for CONFIG in $(CONFIGURATIONS) # add special autotest markers to build log
if $(autotest)
{
- COVPREFIX on $(TESTS)_coverage = "### autotest $(CONFIG) [$(DEFINESET)]" ;
+ COVPREFIX on $(TESTS)_coverage = "... autotest $(CONFIG) [$(DEFINESET)]" ;
}
# gather coverage after tests run
|