Skip to content
Snippets Groups Projects
Commit 221f5507 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed leftover in makefile.

parent 2434b62e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ all: baretests valgrind valgrindMultiprocess helgrindBase helgrindScheduler helg
baretests:
MALLOC_CHECK_=3 /usr/bin/cta-unitTests | ts "bt: %b %d %H:%M:%S"; (exit ${PIPESTATUS[0]})
MALLOC_CHECK_=3 /usr/bin/cta-unitTests-multiProcess | ts "btmp: %b %d %H:%M:%S"; (exit \${PIPESTATUS[0]})
MALLOC_CHECK_=3 /usr/bin/cta-unitTests-multiProcess | ts "btmp: %b %d %H:%M:%S"; (exit ${PIPESTATUS[0]})
valgrind: valgrindMultiprocess helgrindMultiprocess baretests
valgrind -q @VALGRIND_OPTS_STR@ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment