aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/post_tests_c.sh
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-10-13 01:32:50 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-10-13 01:32:50 +0200
commitc1440e3cf4f145157facec19ed73c34ff7f476f3 (patch)
treeda5d5d5c9e62ece075c98e15022f8285d4473cd3 /tools/run_tests/post_tests_c.sh
parent87879b35272a7f71fef97d84c4ab750445d8e3e5 (diff)
Derp.
Diffstat (limited to 'tools/run_tests/post_tests_c.sh')
-rwxr-xr-xtools/run_tests/post_tests_c.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/post_tests_c.sh b/tools/run_tests/post_tests_c.sh
index e8cfee30e1..996c10a070 100755
--- a/tools/run_tests/post_tests_c.sh
+++ b/tools/run_tests/post_tests_c.sh
@@ -36,7 +36,6 @@ root=`readlink -f $(dirname $0)/../..`
out=$root/reports/c_cxx_coverage
tmp=`mktemp`
cd $root
-tools/run_tests/run_tests.py -c gcov -l c c++ || true
lcov --capture --directory . --output-file $tmp
genhtml $tmp --output-directory $out
rm $tmp