| commit | 116d394efc273145b46b2b7318ab63d72f45f811 | [log] [tgz] |
|---|---|---|
| author | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Fri Mar 17 13:56:38 2017 +0100 |
| committer | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Thu Mar 23 15:35:48 2017 +0100 |
| tree | bd1c33146755734a7bba5a291b9002db0a9fe90a | |
| parent | 6f86be7fd0c7a4bc9ce931387cb8e3266f5bc355 [diff] |
Removing debug outputs
diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 371fcd0..96e780c 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh
@@ -14,7 +14,6 @@ chmod +x ${SUBF} cat > ${SUBF} <<- EOF #!/bin/bash -e - set -x while true; do if strings screenlog.0 | grep -m 1 "\${1}"; then exit 0 @@ -22,7 +21,6 @@ sleep 0.5s done EOF - cat ${SUBF} timeout -k 3s ${T} ${SUBF} "${1}" local RES=$? rm -f ${SUBF}