Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | #!/bin/sh |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 2 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | if ./check-memfree.py; then |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 4 | # Skip the bench test module, we don't yet have pytest3-benchmark in core |
| 5 | # and these are more benchmarks than unit tests. |
| 6 | pytest --automake -k 'not bench' |
| 7 | else |
| 8 | echo "SKIP: crytography.not_enough_memory" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 9 | fi |