We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf59b8 commit ef53addCopy full SHA for ef53add
2 files changed
Makefile
@@ -45,9 +45,7 @@ test-coverage-all:
45
46
integration-unix: build
47
$(info INFO: Starting build $@)
48
- ./integration/setup_unix.sh
49
commander test commander_unix.yaml
50
- ./integration/teardown_unix.sh
51
52
integration-linux: build
53
commander_linux.yaml
@@ -1,6 +1,6 @@
1
tests:
2
test nodes:
3
- command: ./commander test integration/unix/nodes.yaml
+ command: ./commander test integration/lunix/nodes.yaml
4
stdout:
5
contains:
6
- ✓ [ssh-host] it should test ssh host
0 commit comments