Skip to content
Snippets Groups Projects
Commit 5cfe1f36 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

move phantomrunner.js out of a web accessible directory

parent fa06e811
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -23,7 +23,7 @@ start_stop.addStartupBatches(suite);
suite.addBatch({
"frontend unit tests": {
topic: function() {
var kid = spawn('phantomjs', [ path.join(__dirname, '..', 'resources', 'static', 'test', 'phantomrunner.js'),
var kid = spawn('phantomjs', [ path.join(__dirname, 'phantomrunner.js'),
'http://127.0.0.1:10002/test' ]);
kid.stdout.on('data', function(d) { process.stdout.write(d); });
kid.stderr.on('data', function(d) { process.stderr.write(d); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment