Skip to content

Commit 5a3ffdd

Browse files
committed
Change back to return 1
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent b84205a commit 5a3ffdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/support/util.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,9 +1224,9 @@ proc system_backtrace_supported {} {
12241224
}
12251225

12261226
# Check if built with USE_LIBBACKTRACE (for musl/Alpine)
1227-
# Look for libbacktrace symbols instead of the macro string
1227+
# Look for libbacktrace function symbol in the binary
12281228
if {[catch {exec grep -a "initLibbacktraceFrameState" $::VALKEY_SERVER_BIN} buildinfo] == 0} {
1229-
error "PROOF: Found initLibbacktraceFrameState symbol - this code path IS being executed on [exec uname -s]"
1229+
return 1
12301230
}
12311231

12321232
# libmusl does not support backtrace natively. Also return 0 on

0 commit comments

Comments
 (0)