Commit c6f8129 1 parent 98c3894 commit c6f8129 Copy full SHA for c6f8129
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,23 +99,23 @@ run_test:
99
99
$(TEST_VARS ) ./bin/cli desc 4
100
100
#
101
101
@printf " \n\n\033[1mtests del command removes an application from process list\033[0m\n\n"
102
- $(TEST_VARS ) ./bin/cli del 1
102
+ $(TEST_VARS ) ./bin/cli del 3 # this is a process id that doesnt exist in the config
103
103
$(TEST_VARS ) ./bin/cli ls_assert 3 running
104
104
#
105
105
@printf " \n\n\033[1mtests kill command result in stopping all processes\033[0m\n\n"
106
106
$(TEST_VARS ) ./bin/cli kill
107
107
$(TEST_VARS ) ./bin/cli ls_assert 3 stopped
108
108
#
109
109
@printf " \n\n\033[1mtests init command restarts all apps\033[0m\n\n"
110
- $(TEST_VARS ) ./bin/cli init
110
+ $(TEST_VARS ) ./bin/cli init all blocking # this will restart all processes (including those speced in the apps config)
111
111
$(TEST_VARS ) ./bin/cli ls_assert 3 running
112
112
#
113
113
@printf " \n\n\033[1mtests drop command removes all applications\033[0m\n\n"
114
114
$(TEST_VARS ) ./bin/cli drop
115
115
$(TEST_VARS ) ./bin/cli ls_assert 0
116
116
#
117
117
@printf " \n\n\033[1mtests init commands boots pmond from app config\033[0m\n\n"
118
- $(TEST_VARS ) ./bin/cli init
118
+ $(TEST_VARS ) ./bin/cli init all blocking
119
119
$(TEST_VARS ) ./bin/cli ls_assert 2 running
120
120
#
121
121
@printf " \n\n\033[1mtests that starting and stopping an app works\033[0m\n\n"
You can’t perform that action at this time.
0 commit comments