# HG changeset patch # User Marcin Kasperski # Date 1482091976 -3600 # Node ID bbd1a915b34c419f837d97956c85ce8f9ccd2068 # Parent f2f9f0c8dd25252caa59cd99be7d3fc4463f6e6b Making sure all directories exist when necessary. This should hopefully make drone tests happy again. diff -r f2f9f0c8dd25 -r bbd1a915b34c tests/basic.t --- a/tests/basic.t Sun Dec 18 21:09:12 2016 +0100 +++ b/tests/basic.t Sun Dec 18 21:12:56 2016 +0100 @@ -16,6 +16,7 @@ $ mkdir -p $WORK_DIR $ cd $WORK_DIR $ pwd + /tmp/cramtests-*/basic.t/work (glob) First we need appropriate Mercurial configuration file (and variable which ensures it is used). diff -r f2f9f0c8dd25 -r bbd1a915b34c tests/duplicates.t --- a/tests/duplicates.t Sun Dec 18 21:09:12 2016 +0100 +++ b/tests/duplicates.t Sun Dec 18 21:12:56 2016 +0100 @@ -11,6 +11,13 @@ $ export REP2=$WORK_DIR/rep2 $ export REP3=$WORK_DIR/rep3 +Some verifications, just to make sure + + $ mkdir -p $WORK_DIR + $ cd $WORK_DIR + $ pwd + /tmp/cramtests-*/duplicates.t/work (glob) + First we need appropriate Mercurial configuration file (and variable which ensures it is used). diff -r f2f9f0c8dd25 -r bbd1a915b34c tests/facing_problems.t --- a/tests/facing_problems.t Sun Dec 18 21:09:12 2016 +0100 +++ b/tests/facing_problems.t Sun Dec 18 21:12:56 2016 +0100 @@ -13,6 +13,13 @@ $ export MISSING=$WORK_DIR/missing $ export GOOD2=$WORK_DIR/good2 +Some verifications, just to make sure + + $ mkdir -p $WORK_DIR + $ cd $WORK_DIR + $ pwd + /tmp/cramtests-*/facing_problems.t/work (glob) + First we need appropriate Mercurial configuration file (and variable which ensures it is used). diff -r f2f9f0c8dd25 -r bbd1a915b34c tests/groups-legacy.t --- a/tests/groups-legacy.t Sun Dec 18 21:09:12 2016 +0100 +++ b/tests/groups-legacy.t Sun Dec 18 21:12:56 2016 +0100 @@ -12,6 +12,13 @@ $ export REP3=$WORK_DIR/rep3 $ export REP4=$WORK_DIR/rep4 +Some verifications, just to make sure + + $ mkdir -p $WORK_DIR + $ cd $WORK_DIR + $ pwd + /tmp/cramtests-*/groups-legacy.t/work (glob) + First we need appropriate Mercurial configuration file (and variable which ensures it is used). diff -r f2f9f0c8dd25 -r bbd1a915b34c tests/groups-modern.t --- a/tests/groups-modern.t Sun Dec 18 21:09:12 2016 +0100 +++ b/tests/groups-modern.t Sun Dec 18 21:12:56 2016 +0100 @@ -12,6 +12,13 @@ $ export REP3=$WORK_DIR/rep3 $ export REP4=$WORK_DIR/rep4 +Some verifications, just to make sure + + $ mkdir -p $WORK_DIR + $ cd $WORK_DIR + $ pwd + /tmp/cramtests-*/groups-modern.t/work (glob) + First we need appropriate Mercurial configuration file (and variable which ensures it is used). diff -r f2f9f0c8dd25 -r bbd1a915b34c tests/ignore_and_prioritize.t --- a/tests/ignore_and_prioritize.t Sun Dec 18 21:09:12 2016 +0100 +++ b/tests/ignore_and_prioritize.t Sun Dec 18 21:12:56 2016 +0100 @@ -11,6 +11,13 @@ $ export REP2=$WORK_DIR/rep2 $ export REP3=$WORK_DIR/rep3 +Some verifications, just to make sure + + $ mkdir -p $WORK_DIR + $ cd $WORK_DIR + $ pwd + /tmp/cramtests-*/ignore_and_prioritize.t/work (glob) + First we need appropriate Mercurial configuration file (and variable which ensures it is used).