darcs-test -r acts strangely. First this is the help output (lines
starting with # are my comments):
ben@sarun[1]: .../darcs/screened > ./dist/build/darcs-test/darcs-test
--help
The config program
# huh?
config [OPTIONS]
# Ok looks as if we forgot to specify a name for the program
# so it uses some library default
Common flags:
#...
-r --repoformat=FORMAT Repo formats to test (darcs-1, darcs-2).
So I said:
ben@sarun[1]: .../darcs/screened > ./dist/build/darcs-test/darcs-test -r
darcs-1
Could not read, expected one of: darcs1 darcs2
Hmmm. Ok, help text not up-to-date. Next try:
ben@sarun[1]: .../darcs/screened > ./dist/build/darcs-test/darcs-test -r
darcs1
Using darcs executable in
/home/ben/src/darcs/screened/dist/build/darcs/darcs
Locale encoding is UTF-8
EXAMPLE.sh (Darcs2) (PatienceDiff): [Success]
EXAMPLE.sh (Darcs1) (PatienceDiff): [Success]
add-formerly-pl.sh (Darcs2) (PatienceDiff): [Success]
add-formerly-pl.sh (Darcs1) (PatienceDiff): [Success]
[...]
I said darcs-1 but it does the darcs-2 tests also (apparently, judging
from the output).
How do I tell it I want to run only the darcs-1 tests?
Let's see what happens when we spedify darcs-2:
ben@sarun[1]: .../darcs/screened > ./dist/build/darcs-test/darcs-test -r
darcs2
Using darcs executable in
/home/ben/src/darcs/screened/dist/build/darcs/darcs
Locale encoding is UTF-8
EXAMPLE.sh (Darcs2) (PatienceDiff): [Success]
EXAMPLE.sh (Darcs2) (PatienceDiff): [Success]
[...]
Does this means it runs all tests twice now?
|