()
| 45 | |
| 46 | |
| 47 | def test_traceback(): |
| 48 | t = BoostBuild.Tester(pass_toolset=False) |
| 49 | t.write("file.jam", """\ |
| 50 | NOTFILE all ; |
| 51 | ECHO [ BACKTRACE ] ;""") |
| 52 | t.run_build_system(["-ffile.jam"]) |
| 53 | t.expect_output_lines("file.jam 2 module scope") |
| 54 | t.cleanup() |
| 55 | |
| 56 | |
| 57 | def __trailing_newline(eof): |
no test coverage detected