##// END OF EJS Templates
test-serve: wait before killing to always hide the "killed!" message....
test-serve: wait before killing to always hide the "killed!" message. Without the sleeps slower systems never display never display "killed!" while faster systems sometimes or nearly always display it.

File last commit:

r5200:c7e8fe11 default
r6000:8e7d6498 default
Show More
test-nested-repo.out
9 lines | 245 B | text/plain | TextLexer
/ tests / test-nested-repo.out
Vadim Gelfer
support nested repositories....
r2061 # should print nothing
Bryan O'Sullivan
Make audit_path more stringent....
r5158 # should fail
abort: path 'b/x' is inside repo 'b'
abort: path 'b/x' is inside repo 'b'
Alexis S. L. Carvalho
path_auditor: cache names of audited directories...
r5200 # should fail
abort: path 'b/x' is inside repo 'b'
Bryan O'Sullivan
Make audit_path more stringent....
r5158 # should arguably print nothing
# should fail
abort: path 'b/a' is inside repo 'b'