##// END OF EJS Templates
osx: use more paranoid quoting in test
Augie Fackler -
r31610:6dc8cacc default
parent child Browse files
Show More
@@ -2,15 +2,14 b''
2 2
3 3 $ . "$TESTDIR/helpers-testrepo.sh"
4 4
5 $ OUTPUTDIR=`pwd`
5 $ OUTPUTDIR="`pwd`"
6 6 $ export OUTPUTDIR
7 7 $ KEEPMPKG=yes
8 8 $ export KEEPMPKG
9 9
10 10 $ cd "$TESTDIR"/..
11 $ rm -rf dist
12 $ make osx > $OUTPUTDIR/build.log 2>&1
13 $ cd $OUTPUTDIR
11 $ make osx > "$OUTPUTDIR/build.log" 2>&1
12 $ cd "$OUTPUTDIR"
14 13 $ ls -d *.pkg
15 14 Mercurial-*-macosx10.*.pkg (glob)
16 15
General Comments 0
You need to be logged in to leave comments. Login now