repo.or.cz
/
prosody.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
CHANGES: Update for release
[prosody.git]
/
tests
/
run_tests.bat
blob
648081f580a870843f0aa48eb82b564970ad2e45
1
@echo off
\r
2
\r
3
set oldpath=%path%
\r
4
set path=%path%;..;..\lualibs
\r
5
\r
6
del reports\*.report
\r
7
lua test.lua %*
\r
8
\r
9
set path=%oldpath%
\r
10
set oldpath=