File

tests/run_tests.bat @ 8900:fcf42bd7d067

net.dns: Don't attempt to cache unparsed data (fixes #1056) rr[qtype:lower()] can be nil. I think this happens if the type does not have a parser. Also see #819 #976
author Kim Alvefur <zash@zash.se>
date Sat, 09 Jun 2018 15:35:03 +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=