pass arguments through test.sh and e2e-test.sh
authorIgor Minar <igor@angularjs.org>
Thu, 20 Sep 2012 17:00:45 +0000 (10:00 -0700)
committerIgor Minar <igor@angularjs.org>
Thu, 20 Sep 2012 17:00:45 +0000 (10:00 -0700)
scripts/e2e-test.sh
scripts/test.sh

index e1c603b..e887c34 100755 (executable)
@@ -6,4 +6,4 @@ echo ""
 echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
 echo "-------------------------------------------------------------------"
 
-testacular start $BASE_DIR/../config/testacular-e2e.conf.js
+testacular start $BASE_DIR/../config/testacular-e2e.conf.js $*
index a342821..4c37cde 100755 (executable)
@@ -6,4 +6,4 @@ echo ""
 echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
 echo "-------------------------------------------------------------------"
 
-testacular start $BASE_DIR/../config/testacular.conf.js
+testacular start $BASE_DIR/../config/testacular.conf.js $*