diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 17:03:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 17:03:14 +0200 |
commit | 10d9fed7123cdc7fd9287d2cf6fea8c40c2402a0 (patch) | |
tree | 2681f58cc3b912ab6fd18ab152d25bc13a7d7459 /test.bat | |
parent | d906e9690115f131af34c923264b2fd90150e4b0 (diff) |
Fix incorrect relative path
Diffstat (limited to 'test.bat')
-rw-r--r-- | test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ set "tests=__path__(dirs) __path__(tr1_dirs) __path__(boost_dirs)" set "confs=__path__(configurations)" set "plats=__path__(platforms)" set "curdir=%CD%" -set "topdir=%curdir%\.." +set "topdir=%curdir%" set "failed=" if "_%1_" == "__" ( |