-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> 9pm: add new result markdown file > Use unique log dir for each 9pm execution > 9pm: parse 9pm.rc file in harness > Add new 9pm.py harness examples > 9pm: add space between timestamp and output > Move tcl library code to lib_tcl subdirectory > 9pm: fix TAP skip result when not last in test > unit_test: allow tap.yaml to be executed from cmdline > Merge pull request #49 from kernelkit/master Signed-off-by: Richard Alpe <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule 9pm
updated
34 files
+81 −10 | 9pm.py | |
+36 −0 | examples/README.md | |
+17 −0 | examples/all.yaml | |
+25 −0 | examples/bash.sh | |
+10 −0 | examples/nested.yaml | |
+41 −0 | examples/python.py | |
+0 −0 | lib_tcl/arg.tcl | |
+0 −0 | lib_tcl/config.tcl | |
+0 −0 | lib_tcl/console.tcl | |
+0 −0 | lib_tcl/db.tcl | |
+0 −0 | lib_tcl/examples/conf.yaml | |
+0 −0 | lib_tcl/examples/execute.tcl | |
+0 −0 | lib_tcl/examples/local.tcl | |
+0 −0 | lib_tcl/examples/output_show.tcl | |
+0 −0 | lib_tcl/examples/ssh.tcl | |
+0 −0 | lib_tcl/examples/suites/nested.yaml | |
+0 −0 | lib_tcl/examples/suites/nested2.yaml | |
+0 −0 | lib_tcl/examples/suites/run-me.yaml | |
+0 −0 | lib_tcl/examples/suites/test.sh | |
+0 −0 | lib_tcl/examples/test_fail.tcl | |
+0 −0 | lib_tcl/examples/test_ok.tcl | |
+0 −0 | lib_tcl/execute.tcl | |
+0 −0 | lib_tcl/helpers.tcl | |
+3 −2 | lib_tcl/init.tcl | |
+0 −0 | lib_tcl/login.tcl | |
+0 −0 | lib_tcl/output.tcl | |
+0 −0 | lib_tcl/pkgAll.tcl | |
+0 −0 | lib_tcl/pkgIndex.tcl | |
+0 −0 | lib_tcl/scp.tcl | |
+0 −0 | lib_tcl/shell.tcl | |
+0 −0 | lib_tcl/spawn.tcl | |
+0 −0 | lib_tcl/ssh.tcl | |
+14 −3 | unit_tests/tap/tap.tcl | |
+7 −0 | unit_tests/tap/tap.yaml |