Skip to content

Commit

Permalink
build: Making different aliases for firefox tests with native and syn…
Browse files Browse the repository at this point in the history
…thesized events
  • Loading branch information
barancev committed Jun 18, 2015
1 parent 0dba31c commit 09ff03d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ task :test_grid => [
task :test_ie => [ "//java/client/test/org/openqa/selenium/ie:test:run" ]
task :test_jobbie => [ :test_ie ]
task :test_firefox => [ "//java/client/test/org/openqa/selenium/firefox:test_synthesized:run" ]
if (!mac?)
task :test_firefox => [ "//java/client/test/org/openqa/selenium/firefox:test_native:run" ]
end
task :test_firefox_native => [ "//java/client/test/org/openqa/selenium/firefox:test_native:run" ]
task :test_opera => [ "//java/client/test/org/openqa/selenium/opera:test_blink:run" ]
task :test_remote_server => [ '//java/server/test/org/openqa/selenium/remote/server:small-tests:run' ]
task :test_remote => [
Expand Down

0 comments on commit 09ff03d

Please sign in to comment.