Pillow/depends/docker-test-valgrind-memory.sh
2025-05-15 22:06:35 +02:00

12 lines
255 B
Bash
Executable File

#!/bin/bash
## Run this as the test script in the docker valgrind image.
## Note -- can be included directly into the docker image,
## but requires the currnet python.supp.
source /vpy3/bin/activate
cd /Pillow
make clean
make install
make valgrind-leak