Avoid using printheader
authorcgeoffroy <geoffroy.chollon@thalesgroup.com>
Tue, 11 Apr 2017 09:06:55 +0000 (11:06 +0200)
committercgeoffroy <geoffroy.chollon@thalesgroup.com>
Tue, 11 Apr 2017 09:06:55 +0000 (11:06 +0200)
utils/ci/check_manual_usage_example.sh

index 9c227c8..677b673 100755 (executable)
@@ -26,7 +26,7 @@ W() {
     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}