simple_pvr 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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