Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-07-31 22:22:43 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-07-31 22:22:43 +0400
commite7f23fe41269cdad80c04ee9395fe49c843b8bb5 (patch)
treed9f620d113d4f8c457e75db9c4a541ddeda59437 /main/wintest.sh
parentb5b41c30276dcfd82cbb3ae461a6601c12eed8e2 (diff)
Update main/wintest.sh
Let's test something funky... Attempt to fix $PATH because bash overwrites it with unix style paths and we are attempting to run processes under the microsoft framework whcih does not understand these paths. 
Diffstat (limited to 'main/wintest.sh')
-rw-r--r--main/wintest.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/main/wintest.sh b/main/wintest.sh
index 4ac4968162..09a2f5436b 100644
--- a/main/wintest.sh
+++ b/main/wintest.sh
@@ -1,6 +1,2 @@
-env
-echo $PATH
-ls /c/Program\ Files/
-ls /c/Program\ Files/GtkSharp/2.12/bin/
-external/mdtestharness/nunit-console-x86.exe -domain=multiple -noshadow build/tests/UnitTests.dll
+PATH=$GTK_BASEPATH\\bin external/mdtestharness/nunit-console-x86.exe -domain=multiple -noshadow build/tests/UnitTests.dll