File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export BASEDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
5
5
. $BASEDIR /setup.sh
6
6
export groupName=` randomName testrg`
7
7
export location=" westus"
8
+ export MSYS_NO_PATHCONV=1
8
9
9
10
login
10
11
@@ -15,4 +16,6 @@ for d in $( ls $BASEDIR/.. --ignore=lib ); do
15
16
cleanup
16
17
echo " success: $f "
17
18
done
18
- done
19
+ done
20
+
21
+ export MSYS_NO_PATHCONV=
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ copy /Y %root%\drop\clurun\win7-x64\msclu.cfg %root%\drop\clurun\ubuntu.14.04-x6
56
56
copy /Y %azuresh% %root% \drop\clurun\ubuntu.14.04-x64
57
57
58
58
REM , windows version also needs it for bash based testing
59
- copy /Y %azuresh% %root% \drop\clurun\win7-x64\azure
59
+ copy /Y %~dp0 \azure.win.sh %root% \drop\clurun\win7-x64\azure
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ if [ -z ${CmdletSessionID} ]
3
+ then
4
+ export CmdletSessionID=$PPID
5
+ fi
6
+ SCRIPTPATH=$( dirname " $0 " )
7
+ WSCRIPTPATH=$( { cd $SCRIPTPATH && pwd -W; } | sed ' s|/|\\|g' )
8
+ $WSCRIPTPATH /clurun -s azure -r $WSCRIPTPATH /azure.lx " $@ "
You can’t perform that action at this time.
0 commit comments