Skip to content

Commit d313aa3

Browse files
committed
build: add some test targets that were left out to 'tests'.
(There may be more out there; I don't know of a solid way to add 'all test targets')
1 parent 017bdbf commit d313aa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Rakefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ task :tests => [
116116
"//java/client/test/org/openqa/selenium/support:SmallTests",
117117
"//java/client/test/org/openqa/selenium/support:LargeTests",
118118
"//java/client/test/org/openqa/selenium/remote:common-tests",
119-
"//java/client/test/org/openqa/selenium/remote:client-tests"
119+
"//java/client/test/org/openqa/selenium/remote:client-tests",
120+
"//java/server/test/org/openqa/selenium/remote/server/log:test",
121+
"//java/server/test/org/openqa/selenium/remote/server:small-tests",
120122
]
121123
task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ]
122124
task :common_core => [ "//common:core" ]

0 commit comments

Comments
 (0)