Skip to content

Commit b8ab873

Browse files
authored
Tests: FIXUP Appveyor powershell script.
1 parent 01f43d0 commit b8ab873

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
@@ -124,7 +124,7 @@ on_finish:
124124
125125
- ps: |
126126
cd build
127-
ls -filter *.py -recurse | foreach {rm $_}
127+
ls -filter *.py -recurse | foreach {rm $_.fullname}
128128
cd ..
129129
130130
- ps: |

0 commit comments

Comments
 (0)