Skip to content

Commit 22cec65

Browse files
committed
Revert "split up all the build rake tasks for build to work"
This change is made redundant by a forthcoming diff. This reverts commit aee3d87.
1 parent 2a444de commit 22cec65

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Rakefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,7 @@ if (python?)
281281
task :test => [ :test_py ]
282282
end
283283

284-
task :build do
285-
Rake::Task[:all].execute
286-
Rake::Task[:firefox].execute
287-
Rake::Task[:remote].execute
288-
Rake::Task[:selenium].execute
289-
Rake::Task[:tests].execute
290-
end
284+
task :build => [:all, :firefox, :remote, :selenium, :tests]
291285

292286
desc 'Clean build artifacts.'
293287
task :clean do

0 commit comments

Comments
 (0)