mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Unit test: Don't return ok if leaks are detected
This commit is contained in:
parent
e5cf376c4f
commit
86bab5a78a
@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
# Need to keep error from tests after `tee`. Otherwise we don't alert on asan errors
|
||||||
|
set -o pipefail
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Expected exactly one argument"
|
echo "Expected exactly one argument"
|
||||||
|
Loading…
Reference in New Issue
Block a user