diff options
author | Allen Akin <akin@users.sourceforge.net> | 2000-01-31 02:25:35 +0000 |
---|---|---|
committer | Allen Akin <akin@users.sourceforge.net> | 2000-01-31 02:25:35 +0000 |
commit | c35888cc3f0169ed78775d0ba848fce00438e09d (patch) | |
tree | 9bdec967c703eda8d73280425cd5090c0fdbb471 /src | |
parent | d6d63ed856011bb64a94306ff17628fbf77624b8 (diff) |
Minor change to output format.
Diffstat (limited to 'src')
-rw-r--r-- | src/glean/tteapot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glean/tteapot.cpp b/src/glean/tteapot.cpp index ca2620d..aad93b8 100644 --- a/src/glean/tteapot.cpp +++ b/src/glean/tteapot.cpp @@ -3305,7 +3305,7 @@ TeapotTest::runOne(Result& res, GLEAN::Window& w) { res.pass = true; env->log << name << (res.pass? ": PASS ": ": FAIL ") - << "Teapots/Sec: " << res.fTps << "\n" + << "Teapots/Sec: " << res.fTps << " " << res.config->conciseDescription() << '\n'; } // BasicTest::runOne |