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 7154031 commit d9bc4e8Copy full SHA for d9bc4e8
tests/deepks/Autotest.sh
@@ -159,7 +159,7 @@ repo="$(realpath ..)/"
159
if [ "$sanitize" == true ]; then
160
echo "Testing with Address Sanitizer..."
161
mkdir ../html
162
- echo -e "# Address Sanitizer Diagnostics\n" > ../html/README.md
+ echo -e "# Address Sanitizer Diagnostics\n" >> ../html/README.md
163
report=$(realpath ../html/README.md)
164
fi
165
0 commit comments