nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Starting TestDriver with jsTestDriver.conf fails with path error #413

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just use the greeter example
2. start with: java -jar jsTestDriver.jar --port 9876
3.

What is the expected output?
server running

What do you see instead?
laptop:~/Downloads$ java -jar JsTestDriver-1.3.5.jar --port 9876
setting runnermode QUIET
Configuration Error: 
Cannot read [
/home/username/Downloads/./src-test/*.js
] derived from src-test/*.js

Java seems to add ./ and that kills the path.

What version of the product are you using?
1.3.5
On what operating system?
windows and ubuntu the same

Please provide any additional information below.

Original issue reported on code.google.com by malthof...@gmail.com on 22 Nov 2012 at 6:04