File

tests/run_tests.bat @ 4485:abfd27b59fa8

util.prosodyctl: Add getline() and show_prompt()
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jan 2012 21:58:04 +0100
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=