-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from SeleniumHQ/fix_issue_49
test.sh sanity script fails to run Firefox tests
- Loading branch information
Showing
2 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM node:0.10-onbuild | ||
MAINTAINER Selenium <selenium-developers@googlegroups.com> | ||
|
||
ENV TEST_CMD node smoke-chrome.js && node smoke-firefox.js | ||
ENV TEST_CMD "" | ||
# The remainder of this build will be completed by the upstream image's ONBUILD commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters