

When I execute the following commands:
$ python -m dbbot.run output_2pass_2fail.xml
$ sqlite3 robot_results.db
sqlite > .tables
sqlite > select * from test_run_errors;
test_run_errors appears to be empty???
I expected it to contain the 2 errors as shown in the log.html and screen shot of the output.xml file.