9 lines
258 B
Bash
9 lines
258 B
Bash
#!/bin/bash
|
|
|
|
BASE_DIR=`dirname $0`
|
|
|
|
echo ""
|
|
echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
|
|
echo "-------------------------------------------------------------------"
|
|
|
|
testacular start $BASE_DIR/../config/testacular-e2e.conf.js $*
|