##// END OF EJS Templates
tests: make test-shelve.t timing-independent...
tests: make test-shelve.t timing-independent It was sometimes taking 2s for me (not the "1s" the test expected).

File last commit:

r29031:e63dfbbd stable
r31228:51934fc7 default
Show More
ubuntu.template
11 lines | 197 B | text/plain | TextLexer
FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip