comparison tests/test-run-tests.py @ 20600:2e68882852ee

run-tests: fixed warn detection on detecting warn only for lines The state "warned" was reported too often. The main problem was that "False == 0" is true in python. Therefore use an empty string instead of 0 for reporting warn only for a line. The other problem is fixed in the next patch.
author Simon Heimberg <simohe@besonet.ch>
date Sun, 16 Feb 2014 23:36:02 +0100
parents e1e6ddaef299
children 56610da39b48
comparison
equal deleted inserted replaced
20599:dad29624b056 20600:2e68882852ee