Mercurial > hg-allpaths
comparison tests/groups-legacy.t @ 64:bbd1a915b34c
Making sure all directories exist when necessary. This should hopefully
make drone tests happy again.
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 18 Dec 2016 21:12:56 +0100 |
parents | 5a517f942da0 |
children | 030b8a638ccf |
comparison
equal
deleted
inserted
replaced
63:f2f9f0c8dd25 | 64:bbd1a915b34c |
---|---|
9 $ export BASE=$WORK_DIR/base | 9 $ export BASE=$WORK_DIR/base |
10 $ export REP1=$WORK_DIR/rep1 | 10 $ export REP1=$WORK_DIR/rep1 |
11 $ export REP2=$WORK_DIR/rep2 | 11 $ export REP2=$WORK_DIR/rep2 |
12 $ export REP3=$WORK_DIR/rep3 | 12 $ export REP3=$WORK_DIR/rep3 |
13 $ export REP4=$WORK_DIR/rep4 | 13 $ export REP4=$WORK_DIR/rep4 |
14 | |
15 Some verifications, just to make sure | |
16 | |
17 $ mkdir -p $WORK_DIR | |
18 $ cd $WORK_DIR | |
19 $ pwd | |
20 /tmp/cramtests-*/groups-legacy.t/work (glob) | |
14 | 21 |
15 First we need appropriate Mercurial configuration file (and variable | 22 First we need appropriate Mercurial configuration file (and variable |
16 which ensures it is used). | 23 which ensures it is used). |
17 | 24 |
18 $ export HGRCPATH=$WORK_DIR/hgrc | 25 $ export HGRCPATH=$WORK_DIR/hgrc |