aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-29 23:03:53 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-29 23:03:53 +0200
commiteb9804bc99378bf56bf8159530463224853ddadc (patch)
treecc99ac210fdd8e16478138ce0a7b81a11d35e934
parente7c08d0fa7c2b03f09955af81147ddd8f809613e (diff)
downloadjquery-ui-eb9804bc99378bf56bf8159530463224853ddadc.tar.gz
jquery-ui-eb9804bc99378bf56bf8159530463224853ddadc.zip
Grunt: Fix testswarm urls
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index d3daac1bc..4d8ea1915 100644
--- a/grunt.js
+++ b/grunt.js
@@ -338,7 +338,7 @@ grunt.initConfig({
grunt.registerTask( "testswarm", function( commit, authToken ) {
var test,
testswarm = require( "testswarm" ),
- testBase = "http://swarm.jquery.org/git/jquery-ui/" + commit + "/",
+ testBase = "http://swarm.jquery.org/git/jquery-ui/" + commit + "/tests/unit/",
testUrls = [],
tests = {
"Accordion": "accordion/accordion.html",