diff options
author | Ori Bernstein <ori@eigenstate.org> | 2018-05-01 10:24:28 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2018-05-01 10:27:04 -0700 |
commit | 1ac88fcd0d2f000dac2119cf52e3bd7c60200b96 (patch) | |
tree | 5692024b1e3478c4a0fe683bc85c22b335cab4af /mbld | |
parent | e1bfd3ee239d17bd45b7cc2caa671a91e0774304 (diff) | |
download | mc-1ac88fcd0d2f000dac2119cf52e3bd7c60200b96.tar.gz |
Escape test failures.
This makes things work more good when running tests
by hand.
Diffstat (limited to 'mbld')
-rw-r--r-- | mbld/subtest.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbld/subtest.myr b/mbld/subtest.myr index 7dfeb62..eb8acb4 100644 --- a/mbld/subtest.myr +++ b/mbld/subtest.myr @@ -191,7 +191,7 @@ const failtest = {b, cmd, curtest, failed, nresults, msg p = std.pathcat(cmd, curtest#) donetest(b, curtest, nresults) - mbldput("FAIL {}\n", msg) + mbldput("FAIL {e}\n", msg) std.slpush(failed, p) } |