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

Removed forcing of color output in unit tests runner script.

parent 0d58f0be
Branches
Tags
No related merge requests found
#!/bin/bash
# exit from the script on any error.
set -e
/usr/bin/cta-unitTests --gtest_color=yes
/usr/bin/cta-unitTests
valgrind --track-fds=yes --leak-check=full --demangle=yes --gen-suppressions=all --show-reachable=yes \
--error-exitcode=1 --suppressions=/usr/share/cta-@CTA_VERSION@/unittest/valgrind.suppr \
/usr/bin/cta-unitTests --gtest_color=yes
/usr/bin/cta-unitTests
valgrind --tool=helgrind -v --demangle=yes --gen-suppressions=all --conflict-cache-size=30000000 \
--error-exitcode=1 --suppressions=/usr/share/cta-@CTA_VERSION@/unittest/helgrind.suppr \
/usr/bin/cta-unitTests --gtest_color=yes
/usr/bin/cta-unitTests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment