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

Removed forcing of color output in unit tests runner script.

parent 5344ce69
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment