Skip to content

Commit

Permalink
script fixed such that it run on localhost and canoo commented for th…
Browse files Browse the repository at this point in the history
…e moment
  • Loading branch information
michaelwechner committed Dec 22, 2014
1 parent ee8cb13 commit 8f17e86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .wyona-continuous/scripts/build-yanel-and-run-canoo.sh
Expand Up @@ -2,7 +2,8 @@

# Also see src/build/targets/continuous-integration/reCI

YANEL_SRC=~/projects/yanel/repositories/yanel
YANEL_SRC=/home/wyonacontinuous/projects/yanel/repositories/yanel
#YANEL_SRC=~/projects/yanel/repositories/yanel

echo "Build Yanel and run Canoo Web Tests."

Expand All @@ -12,8 +13,8 @@ cd $YANEL_SRC
./build.sh -Dgwt.compile.skip=true
./yanel.sh start

cd $YANEL_SRC/src/realms/yanel-website/src/test/canoo
$YANEL_SRC/tools/apache-ant/bin/ant -Dwt.headless=
#cd $YANEL_SRC/src/realms/yanel-website/src/test/canoo
#$YANEL_SRC/tools/apache-ant/bin/ant -Dwt.headless=

cd $YANEL_SRC
./yanel.sh stop

0 comments on commit 8f17e86

Please sign in to comment.