Skip to content
Snippets Groups Projects
Commit e630358a authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-1028, removed debug points

parent 5313f1cc
No related branches found
No related tags found
1 merge request!160Resolve L2SDP-1028
Pipeline #77808 passed
......@@ -347,8 +347,6 @@ run_test() {
echo "Run test ${test_nr}: ${line}" >> ${MAILFILE}
echo "${line}" > ${logfile_nr}
${line} &>> ${logfile_nr}
echo "Passed = $(look_for_passed)"
echo "Failed = $(look_for_failed)"
if [[ -n $(look_for_passed) ]] && [[ -z $(look_for_failed) ]]; then
echo "- PASSED"
echo "- PASSED" >> ${MAILFILE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment