Skip to content

Commit

Permalink
actually we don't care about what happens befor opendias starts
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneBooth committed May 4, 2013
1 parent 5ccae08 commit c47a4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setupRun.sh
Expand Up @@ -225,7 +225,7 @@ if [ "$SKIPMEMORY" == "" ]; then
done
fi
fi
VALGRINDOPTS="--leak-check=full --leak-resolution=high --error-limit=no --tool=memcheck --num-callers=50 --log-file=${PWD}/results/resultsFiles/valgrind.out.%p --show-below-main=yes --track-origins=yes --track-fds=yes --show-reachable=yes --trace-children=yes "
VALGRINDOPTS="--leak-check=full --leak-resolution=high --error-limit=no --tool=memcheck --num-callers=50 --log-file=${PWD}/results/resultsFiles/valgrind.out.%p --track-origins=yes --track-fds=yes --show-reachable=yes --trace-children=yes "
# --trace-syscalls=yes
GENSUPP="--gen-suppressions=all "
VALGRIND="valgrind "
Expand Down

0 comments on commit c47a4f6

Please sign in to comment.