File

tests/run_tests.bat @ 5340:51c9959c21c0

net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned int. Closes #320
author Kim Alvefur <zash@zash.se>
date Tue, 05 Mar 2013 10:04:31 +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=