Skip to content

Commit d9bc4e8

Browse files
authored
Test: fix deepks asan message flush former ones.
1 parent 7154031 commit d9bc4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deepks/Autotest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ repo="$(realpath ..)/"
159159
if [ "$sanitize" == true ]; then
160160
echo "Testing with Address Sanitizer..."
161161
mkdir ../html
162-
echo -e "# Address Sanitizer Diagnostics\n" > ../html/README.md
162+
echo -e "# Address Sanitizer Diagnostics\n" >> ../html/README.md
163163
report=$(realpath ../html/README.md)
164164
fi
165165

0 commit comments

Comments
 (0)