File

tests/run_tests.bat @ 4972:1777271a1ec0

net.http: Use base64 from util.encodings instead of luasocket
author Kim Alvefur <zash@zash.se>
date Sat, 07 Jul 2012 23:22:15 +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=