You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(ui-tests): exclude the large repository from the build artifact
In the previous commit, I added a new UI test that generates a somewhat
large repository for testing the clone via SSH. Since that repository is
created in the test directory, that would inflate the `ui-tests` build
artifact rather dramatically. So let's create the repository outside of
that directory.
Signed-off-by: Johannes Schindelin <[email protected]>
@@ -124,7 +129,7 @@ if (openSSHPath != '' and FileExist(openSSHPath . '\sshd.exe')) {
124
129
Sleep150
125
130
WaitForRegExInWindowsTerminal('`nfatal: (.*`r?`n){1,3}PS .*>[ `n`r]*$', 'Timed out waiting for clone to be interrupted', 'clone was interrupted as desired')
126
131
127
-
if DirExist(workTree . '\large-clone')
132
+
if DirExist(largeGitClonePath)
128
133
ExitWithError('`large-clone` was unexpectedly not deleted oninterrupt')
0 commit comments