diff options
| author | 2024-12-07 23:47:36 -0500 | |
|---|---|---|
| committer | 2024-12-07 23:47:36 -0500 | |
| commit | d81c406f62e996840d86333b81c41d0ae4aff347 (patch) | |
| tree | 9e6baf260ec56d14e8931b61936b0d043cb49847 /scripts | |
| parent | d4da3d8a644156b9f24b560eba58a87b912c1fef (diff) | |
| download | camu-d81c406f62e996840d86333b81c41d0ae4aff347.tar.gz camu-d81c406f62e996840d86333b81c41d0ae4aff347.tar.bz2 camu-d81c406f62e996840d86333b81c41d0ae4aff347.zip | |
Synced list reference 1
This marks a point where the list behavior is at least moderately robust
for the skip operation. It includes fixes for multiple deep-rooted
issues found by testing with input simulation.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/run_valgrind.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh index 943d25b..033f35a 100755 --- a/scripts/run_valgrind.sh +++ b/scripts/run_valgrind.sh @@ -1,2 +1,3 @@ #! /usr/bin/env sh -valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" +valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" +#valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" |