comparison tests/duplicates.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 14a3ffbba22b
children
comparison
equal deleted inserted replaced
63:f2f9f0c8dd25 64:bbd1a915b34c
8 8
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
14 Some verifications, just to make sure
15
16 $ mkdir -p $WORK_DIR
17 $ cd $WORK_DIR
18 $ pwd
19 /tmp/cramtests-*/duplicates.t/work (glob)
13 20
14 First we need appropriate Mercurial configuration file (and variable 21 First we need appropriate Mercurial configuration file (and variable
15 which ensures it is used). 22 which ensures it is used).
16 23
17 $ export HGRCPATH=$WORK_DIR/hgrc 24 $ export HGRCPATH=$WORK_DIR/hgrc