From dd5fee139f73a3460f7318640e05e011df6f10b2 Mon Sep 17 00:00:00 2001 From: yoogx Date: Sun, 1 Sep 2013 22:23:07 +0200 Subject: [PATCH] * Update to neww lcov API --- autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest.sh b/autotest.sh index c19a5661..08f5c512 100755 --- a/autotest.sh +++ b/autotest.sh @@ -186,7 +186,7 @@ if test $# != 0 ; then ;; --lcov|-l) lcov -d . -c -o ocarina.gcov-info -t ocarina - genhtml ocarina.gcov-info -o html -s -f + genhtml -o html -s -f ocarina.gcov-info exit 0 ;; --clean|-c) -- GitLab