summaryrefslogtreecommitdiff
path: root/lcov-report/lcov-report.cmds.example
diff options
context:
space:
mode:
Diffstat (limited to 'lcov-report/lcov-report.cmds.example')
-rw-r--r--lcov-report/lcov-report.cmds.example8
1 files changed, 0 insertions, 8 deletions
diff --git a/lcov-report/lcov-report.cmds.example b/lcov-report/lcov-report.cmds.example
deleted file mode 100644
index a577fde..0000000
--- a/lcov-report/lcov-report.cmds.example
+++ /dev/null
@@ -1,8 +0,0 @@
-cd "$SRC_DIR"
-make check
-MY_EXITCODE=$?
-if [ "$MY_EXITCODE" != "0" ]
-then
- echo "ERROR: make check failed with exitcode $MY_EXITCODE" >&2
- exit "$MY_EXITCODE"
-fi