diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-06-29 08:00:15 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-06-29 08:00:15 +0300 |
commit | 1cbcbc8695ca457a09bb3153681dfd7e7a2e30b4 (patch) | |
tree | dda383cb7a3b3962d7eaa4bad9d9a07c9a298260 /dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch | |
parent | 5fd8b3d4940f544f405e586f68b48ea7e569984f (diff) |
boost from gentoo (version bump)
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, 11 insertions, 0 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 new file mode 100644 index 0000000..a44afb9 --- /dev/null +++ b/dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch @@ -0,0 +1,11 @@ +--- 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) + |