Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
c0fe4978f2311be9a0221d4c2369251c719b399a
/
.
/
runtime
/
indent
/
testdir
/
cleantest.vim
blob: 909cf812c4327ab3d2271abb25d50ae6e66393c3 [
file
] [
log
] [
blame
]
Bram Moolenaar
c0fe497
2018-10-25 16:53:19 +0200
[
diff
] [
blame^
]
1
" Deletes all the test output files: *.fail and *.out
2
for fname in glob('testdir/*.out', 1, 1) + glob('testdir/*.fail', 1, 1)
3
call delete(fname)
4
endfor
5
6
quit