Skip to content

Commit

Permalink
Use local testacular
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina authored and IgorMinar committed Nov 13, 2012
1 parent 34407b7 commit f2d7284
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"dependencies": { "dependencies": {
"express": ">= 3.0.0", "express": ">= 3.0.0",
"csv": ">= 0.2.1", "csv": ">= 0.2.1",
"open": ">= 0.0.2" "open": ">= 0.0.2",
"testacular": "canary"
}, },
"engines": { "engines": {
"node": ">= 0.8.4" "node": ">= 0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e-test.bat
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ REM - NodeJS (http://nodejs.org/)
REM - Testacular (npm install -g testacular) REM - Testacular (npm install -g testacular)


set BASE_DIR=%~dp0 set BASE_DIR=%~dp0
testacular start "%BASE_DIR%\..\config\testacular-e2e.conf.js" %* "%BASE_DIR%\..\node_modules\testacular\bin\testacular" start "%BASE_DIR%\..\config\testacular-e2e.conf.js" %*
2 changes: 1 addition & 1 deletion scripts/e2e-test.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ echo ""
echo "Starting Testacular Server (http://vojtajina.github.com/testacular)" echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
echo "-------------------------------------------------------------------" echo "-------------------------------------------------------------------"


testacular start $BASE_DIR/../config/testacular-e2e.conf.js $* $BASE_DIR/../node_modules/testacular/bin/testacular start $BASE_DIR/../config/testacular-e2e.conf.js $*
2 changes: 1 addition & 1 deletion scripts/test.bat
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ REM - NodeJS (http://nodejs.org/)
REM - Testacular (npm install -g testacular) REM - Testacular (npm install -g testacular)


set BASE_DIR=%~dp0 set BASE_DIR=%~dp0
testacular start "%BASE_DIR%\..\config\testacular.conf.js" %* "%BASE_DIR%\..\node_modules\testacular\bin\testacular" start "%BASE_DIR%\..\config\testacular.conf.js" %*
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ echo ""
echo "Starting Testacular Server (http://vojtajina.github.com/testacular)" echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
echo "-------------------------------------------------------------------" echo "-------------------------------------------------------------------"


testacular start $BASE_DIR/../config/testacular.conf.js $* $BASE_DIR/../node_modules/testacular/bin/testacular start $BASE_DIR/../config/testacular.conf.js $*

0 comments on commit f2d7284

Please sign in to comment.