diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
commit | 926bbe1815c86e38722f6b635874bc99981734aa (patch) | |
tree | 8ce5e6fd8904f10c32cc1790ae754097f7f587b8 /dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch | |
parent | d80e68a99ac0400828912cfe25c59b45e3f69005 (diff) |
removed boost, boost-build - outdated
Diffstat (limited to 'dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch')
-rw-r--r-- | dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch b/dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch deleted file mode 100644 index a44afb9..0000000 --- a/dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- test/startup_v2.py.orig 2013-08-27 12:23:10.520185408 +0400 -+++ test/startup_v2.py 2013-08-27 12:23:27.155186209 +0400 -@@ -50,7 +50,7 @@ - return re.match(expected, actual, re.DOTALL) != None - - --t = BoostBuild.Tester(match=match_re, boost_build_path="", pass_toolset=0) -+t = BoostBuild.Tester(match=match_re, boost_build_path="/invalid/location", pass_toolset=0) - t.set_tree("startup") - check_for_existing_boost_build_jam(t) - |