mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update stress.py
This commit is contained in:
parent
3c5cb817d7
commit
d95b69ca76
@ -234,7 +234,7 @@ def is_ubsan_build():
|
|||||||
)
|
)
|
||||||
return b"-fsanitize=undefined" in output
|
return b"-fsanitize=undefined" in output
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.info("Failed to get build flags: " + str(e))
|
logging.info("Failed to get build flags: %s", str(e))
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user