Skip to content

Commit 985e6f7

Browse files
committed
RF: debug session only in the case of failure
1 parent 1100222 commit 985e6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test_script:
3131
- nosetests --with-doctest nibabel
3232

3333

34-
on_finish:
34+
on_failure:
3535
# enable the next to let the build VM block for up to 60min to log in via RDP and debug
3636
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
3737

0 commit comments

Comments
 (0)