We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4864e1 commit df9aceeCopy full SHA for df9acee
.github/workflows/nightly_memleaks.yml
@@ -41,7 +41,8 @@ jobs:
41
with:
42
path: cache
43
key: build_linux_debug_x86_64
44
- - run: |
+ - name: memcheck.sh
45
+ run: |
46
mysqld &
47
bash memcheck.sh
48
- name: Upload build artifacts
memcheck.sh
@@ -25,7 +25,7 @@ source stack.txt
25
export MANTICORE_THREADS_EX='2/1+2/1'
26
export NO_TESTS=0
27
rm -f Testing/Temporary/MemoryChecker.*.log
28
-time ctest -VV -S ../misc/ctest/memcheck.cmake
+time ctest -V -S ../misc/ctest/memcheck.cmake
29
find Testing/Temporary/MemoryChecker.*.log -size 0 -delete
30
31
# Analysis of memory leak reports
0 commit comments