Skip to content

Commit 2a444de

Browse files
committed
Revert "this shouldn't make a difference, but it seems to work now, so..."
This change shouldn't be necessary. This reverts commit e3367a4.
1 parent 7ed8fcf commit 2a444de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ JAVA_RELEASE_TARGETS = [
126126
# build can also be done here. For example, here we set the default task
127127
task :default => [:test]
128128

129-
task :all do
130-
Rake::Task[:"selenium-java"].execute
131-
Rake::Task["//java/client/test/org/openqa/selenium/environment:webserver"].execute
132-
end
129+
task :all => [
130+
:"selenium-java",
131+
"//java/client/test/org/openqa/selenium/environment:webserver"
132+
]
133133
task :all_zip => [:'selenium-java_zip']
134134
task :tests => [
135135
"//java/client/test/org/openqa/selenium/htmlunit:htmlunit",

0 commit comments

Comments
 (0)