File

tests/run_tests.bat @ 5094:e646c849d72f

core.usermanager: Don't close sessions ourselves when deleting users. Instead, fire an event that modules can hook.
author Kim Alvefur <zash@zash.se>
date Sat, 25 Aug 2012 01:20:13 +0200
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=