Skip to content

Commit

Permalink
robot-framework: attach-process-with-threads: Relax for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Kagstrom committed Jan 8, 2016
1 parent 00b65c3 commit faf0fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/robot-framework/kcov-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ attach-process-with-threads
Run rm -rf ${out}
${output}= Run ${kcov_path}/tests/daemon/test-script.sh ${kcov} ${out} ./issue31
${output}= Run ${xml_lookup} ${out}/issue31/cobertura.xml test_issue31_cc 28
Should Contain ${output} 1
Should Be True ${output} >= 1
${output}= Run ${xml_lookup} ${out}/issue31/cobertura.xml test_issue31_cc 11
Should Contain ${output} 1
Should Be True ${output} >= 1
${output}= Run ${xml_lookup} ${out}/issue31/cobertura.xml test_issue31_cc 8
Should Contain ${output} 0

Expand Down

0 comments on commit faf0fca

Please sign in to comment.