File

tests/run_tests.bat @ 1984:f2b1f89e1d7c

util.stanza: Don't add xmlns to tags when serializing if same as the parent tag's xmlns. Should hopefully shut up Gajim once and for all :)
author Matthew Wild <mwild1@gmail.com>
date Sat, 17 Oct 2009 19:47:01 +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=