]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/startup_v2.py
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / test / startup_v2.py
index 2dd867a1dad13d22bed7489b0bf6193be3813613..ae7d0da4095b86c17fd2f6a3c838d09ceb96e101 100644 (file)
@@ -55,11 +55,11 @@ t.set_tree("startup")
 check_for_existing_boost_build_jam(t)
 
 t.run_build_system(status=1, stdout=
-r"""Unable to load Boost\.Build: could not find "boost-build\.jam"
+r"""Unable to load B2: could not find "boost-build\.jam"
 .*Attempted search from .* up to the root""")
 
 t.run_build_system(status=1, subdir="no-bootstrap1",
-    stdout=r"Unable to load Boost\.Build: could not find build system\."
+    stdout=r"Unable to load B2: could not find build system\."
     r".*attempted to load the build system by invoking"
     r".*'boost-build ;'"
     r'.*but we were unable to find "bootstrap\.jam"')
@@ -67,19 +67,19 @@ t.run_build_system(status=1, subdir="no-bootstrap1",
 # Descend to a subdirectory which /does not/ contain a boost-build.jam file,
 # and try again to test the crawl-up behavior.
 t.run_build_system(status=1, subdir=os.path.join("no-bootstrap1", "subdir"),
-    stdout=r"Unable to load Boost\.Build: could not find build system\."
+    stdout=r"Unable to load B2: could not find build system\."
     r".*attempted to load the build system by invoking"
     r".*'boost-build ;'"
     r'.*but we were unable to find "bootstrap\.jam"')
 
 t.run_build_system(status=1, subdir="no-bootstrap2",
-    stdout=r"Unable to load Boost\.Build: could not find build system\."
+    stdout=r"Unable to load B2: could not find build system\."
     r".*attempted to load the build system by invoking"
     r".*'boost-build \. ;'"
     r'.*but we were unable to find "bootstrap\.jam"')
 
 t.run_build_system(status=1, subdir='no-bootstrap3', stdout=
-r"""Unable to load Boost.Build
+r"""Unable to load B2
 .*boost-build\.jam" was found.*
 However, it failed to call the "boost-build" rule""")