mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 12:58:03 +01:00
Rename '64' as '-64' since it is an option
This commit is contained in:
parent
3c7da821bd
commit
d317d4c2d9
@ -4,7 +4,7 @@ rem $Id$
|
|||||||
rem
|
rem
|
||||||
rem A script for running the POCO testsuites.
|
rem A script for running the POCO testsuites.
|
||||||
rem
|
rem
|
||||||
rem usage: runtests2 [64] [-d ] [component [test]]
|
rem usage: runtests2 [-64] [-d ] [component [test]]
|
||||||
rem
|
rem
|
||||||
rem component : the component under test
|
rem component : the component under test
|
||||||
rem test : the test as part of the component
|
rem test : the test as part of the component
|
||||||
@ -21,7 +21,7 @@ set TESTRUNNERARGS=-all
|
|||||||
set TESTCOMPONENTS='C:\Windows\System32\findstr.exe /R "." components'
|
set TESTCOMPONENTS='C:\Windows\System32\findstr.exe /R "." components'
|
||||||
set BINDIR=bin
|
set BINDIR=bin
|
||||||
|
|
||||||
if "%1"=="64" (
|
if "%1"=="-64" (
|
||||||
set BINDIR=bin64
|
set BINDIR=bin64
|
||||||
shift
|
shift
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user