This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch 3.0 in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit d6054a949ae541900e948ddf919d5af898b6bda0 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Sun Nov 4 12:48:59 2018 +0100 add test codes to inspect command tests --- tests/inspect.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/inspect.test b/tests/inspect.test index b8dd7cd..4268729 100644 --- a/tests/inspect.test +++ b/tests/inspect.test @@ -1,5 +1,5 @@ -::tcltest::test inspect-1.1 {basic introspection } { +::tcltest::test inspect-1.1 {basic introspection 1.1} { apachetest::start { -c "RivetServerConf ChildInitScript \"set init 1\"" } {} { catch { @@ -11,7 +11,7 @@ set match } {set init 1} -::tcltest::test inspect-1.2 {basic introspection} { +::tcltest::test inspect-1.2 {basic introspection 1.2} { apachetest::start { -c "RivetServerConf ChildInitScript \"set init 1\"" } {} { catch { @@ -23,7 +23,7 @@ set match } {server {ChildInitScript {set init 1}}} -::tcltest::test inspect-1.3 {basic introspection} { +::tcltest::test inspect-1.3 {basic introspection 1.3} { file copy -force inspect.tcl /tmp/ apachetest::start { -c "DocumentRoot /tmp" } {} { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org