Skip to content

Commit ef53add

Browse files
committed
Fix integration unix target
1 parent 2cf59b8 commit ef53add

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ test-coverage-all:
4545

4646
integration-unix: build
4747
$(info INFO: Starting build $@)
48-
./integration/setup_unix.sh
4948
commander test commander_unix.yaml
50-
./integration/teardown_unix.sh
5149

5250
integration-linux: build
5351
$(info INFO: Starting build $@)

commander_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests:
22
test nodes:
3-
command: ./commander test integration/unix/nodes.yaml
3+
command: ./commander test integration/lunix/nodes.yaml
44
stdout:
55
contains:
66
- ✓ [ssh-host] it should test ssh host

0 commit comments

Comments
 (0)