We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e72e5 commit 9b42537Copy full SHA for 9b42537
1 file changed
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Run memory tests with sanitizers
73
run: |
74
QT_VERSION_FULL=$(qmake -query QT_VERSION)
75
- if [[ $QT_VERSION_FULL == 5.12* ]]; then
+ if [[ "$QT_VERSION_FULL" == 5.12* ]]; then
76
export LSAN_OPTIONS="suppressions=leak:QPlatformIntegrationFactory::create"
77
fi
78
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
0 commit comments