From c1440e3cf4f145157facec19ed73c34ff7f476f3 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Tue, 13 Oct 2015 01:32:50 +0200 Subject: [PATCH] Derp. --- tools/run_tests/post_tests_c.sh | 1 - 1 file changed, 1 deletion(-) 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 -- GitLab