]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/TestCmd.py
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / TestCmd.py
index 7b53e9f4032d70e453dc3982c9a4de3004647038..d3b13e29cc551667c50690b1a5ea3e99a24db838 100644 (file)
@@ -44,8 +44,8 @@ as a full file system or incorrect permissions).
 # Copyright 2002-2003 Dave Abrahams.
 # Copyright 2006 Rene Rivera.
 # Distributed under the Boost Software License, Version 1.0.
-#    (See accompanying file LICENSE_1_0.txt or copy at
-#         http://www.boost.org/LICENSE_1_0.txt)
+#    (See accompanying file LICENSE.txt or copy at
+#         https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 from __future__ import print_function
 
@@ -362,7 +362,7 @@ class TestCmd:
         directories to be preserved for all conditions.
 
         """
-        if conditions is ():
+        if conditions == ():
             conditions = ('pass_test', 'fail_test', 'no_result')
         for cond in conditions:
             self._preserve[cond] = 1