File tree 1 file changed +7
-0
lines changed
rsync-antora-reference/test
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,9 @@ usage: action.sh [OPTION]...
141
141
assert_program_args " setup_ssh" " --ssh-private-key-path $HOME /.ssh/spring-projects/spring-security --ssh-private-key KEY --ssh-known-host HOST_KEY"
142
142
assert_program_args " rsync_docs" " --ssh-host USER@HOST --ssh-host-path /opt/www/domains/spring.io/docs/htdocs/spring-security/reference/ --local-path build/site --ssh-private-key-path $HOME /.ssh/spring-projects/spring-security"
143
143
assert_program_args " cleanup_ssh" " --ssh-private-key-path $HOME /.ssh/spring-projects/spring-security"
144
+ unstub --allow-missing setup_ssh.sh
145
+ unstub rsync_docs.sh
146
+ unstub cleanup_ssh.sh
144
147
}
145
148
146
149
# had a bug using -e instead of -z
@@ -155,6 +158,10 @@ usage: action.sh [OPTION]...
155
158
assert_program_args " setup_ssh" " --ssh-private-key-path $HOME /.ssh/spring-projects/spring-security --ssh-private-key KEY --ssh-known-host HOST_KEY"
156
159
assert_program_args " rsync_docs" " --ssh-host USER@HOST --ssh-host-path /opt/www/domains/spring.io/docs/htdocs/spring-security/reference/ --local-path $BATS_TEMP_DIR --ssh-private-key-path $HOME /.ssh/spring-projects/spring-security"
157
160
assert_program_args " cleanup_ssh" " --ssh-private-key-path $HOME /.ssh/spring-projects/spring-security"
161
+
162
+ unstub --allow-missing setup_ssh.sh
163
+ unstub rsync_docs.sh
164
+ unstub cleanup_ssh.sh
158
165
}
159
166
160
167
@test " dry-run=true" {
You can’t perform that action at this time.
0 commit comments