| commit | 46bbdf19d830cdfe939071c1364588a34aa554b0 | [log] [tgz] |
|---|---|---|
| author | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Tue Apr 11 11:06:55 2017 +0200 |
| committer | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Tue Apr 11 11:06:55 2017 +0200 |
| tree | 214506ae8606fbacbe218668919046117bc91b2b | |
| parent | 1d6978bff6ac551b14b623ef86477a2e944d9de1 [diff] [blame] |
Avoid using printheader
diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 9c227c8..677b673 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh
@@ -26,7 +26,7 @@ rm -f ${SUBF} if [ ! "$RES" = "0" ]; then sync - printheader "(Debug) Error while waiting for a pattern to appear in screenlog.0" + echo "(Debug) Error while waiting for a pattern to appear in screenlog.0" strings screenlog.0 fi return ${RES}