comparison tests/facing_problems.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 6506ac4ef783
children
comparison
equal deleted inserted replaced
63:f2f9f0c8dd25 64:bbd1a915b34c
10 $ export BASE=$WORK_DIR/base 10 $ export BASE=$WORK_DIR/base
11 $ export GOOD1=$WORK_DIR/good1 11 $ export GOOD1=$WORK_DIR/good1
12 $ export UNREL=$WORK_DIR/unrelated 12 $ export UNREL=$WORK_DIR/unrelated
13 $ export MISSING=$WORK_DIR/missing 13 $ export MISSING=$WORK_DIR/missing
14 $ export GOOD2=$WORK_DIR/good2 14 $ export GOOD2=$WORK_DIR/good2
15
16 Some verifications, just to make sure
17
18 $ mkdir -p $WORK_DIR
19 $ cd $WORK_DIR
20 $ pwd
21 /tmp/cramtests-*/facing_problems.t/work (glob)
15 22
16 First we need appropriate Mercurial configuration file (and variable 23 First we need appropriate Mercurial configuration file (and variable
17 which ensures it is used). 24 which ensures it is used).
18 25
19 $ export HGRCPATH=$WORK_DIR/hgrc 26 $ export HGRCPATH=$WORK_DIR/hgrc