Skip to content

Commit 097eef5

Browse files
committed
tests : enable debug logs for test-chat
1 parent 59d79f4 commit 097eef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test-chat.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//
88
#include "chat.h"
99

10+
#include "log.h"
11+
1012
#include "../src/unicode.h"
1113
#include "../src/llama-grammar.h"
1214

@@ -1428,6 +1430,7 @@ static void test_msg_diffs_compute() {
14281430
}
14291431

14301432
int main(int argc, char ** argv) {
1433+
common_log_set_verbosity_thold(INT_MAX);
14311434
// try {
14321435
#ifndef _WIN32
14331436
if (argc > 1) {

0 commit comments

Comments
 (0)