[wpkg-users] [Bug 223] New: Test Suite Enhancements
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Sun Jul 10 00:59:06 CEST 2011
http://bugzilla.wpkg.org/show_bug.cgi?id=223
Summary: Test Suite Enhancements
Product: WPKG
Version: 1.1.3-RCx
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: config files
AssignedTo: mangoo at wpkg.org
ReportedBy: pendl2megabit at yahoo.de
QAContact: wpkg-users at lists.wpkg.org
I have the following proposals for the test suite:
README.txt ... convert to Windows line endings
----
testone.cmd ... replace two occurrences of ">results/" by ">results\"
----
testall.cmd ... clear the logs and results folder before executing the tests
@echo off
REM clear old logs and results
del /F /Q "%~dp0logs\*" >NUL 2>&1
del /F /Q "%~dp0results\*" >NUL 2>&1
if "%1" == "" goto standard
----
test1_dependencies\12\customcompare.cmd ... FC can't find files
fc /L /N %~dp0..\..\wpkg.xml %~dp0..\..\compare\%1\%2\wpkg.xml >NUL
----
Thanks in advance,
Stefan
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the wpkg-users
mailing list