simple_pvr 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +0,0 @@
1
- 1.1.0
@@ -1 +0,0 @@
1
- 1.3.3d
@@ -1,14 +0,0 @@
1
- #!/bin/bash
2
-
3
- BASE_DIR=`dirname $0`
4
- PORT=9876
5
-
6
- echo "Starting JsTestDriver Server (http://code.google.com/p/js-test-driver/)"
7
- echo "Please open the following url and capture one or more browsers:"
8
- echo "http://localhost:$PORT"
9
-
10
- java -jar "$BASE_DIR/../lib/jstestdriver/JsTestDriver.jar" \
11
- --port $PORT \
12
- --browserTimeout 20000 \
13
- --config "$BASE_DIR/../config/jsTestDriver.conf" \
14
- --basePath "$BASE_DIR/../.."
@@ -1,8 +0,0 @@
1
- #!/bin/bash
2
-
3
- BASE_DIR=`dirname $0`
4
-
5
- java -jar "$BASE_DIR/../lib/jstestdriver/JsTestDriver.jar" \
6
- --config "$BASE_DIR/../config/jsTestDriver.conf" \
7
- --basePath "$BASE_DIR/../.." \
8
- --tests all