forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for dev-tool/jenkins_ci (elastic#3355)
- Use absolute path to gimme inside of scripts to avoid requiring $HOME/bin be on the PATH. - export the RACE_DETECTOR variable from the jenkins_ci script so that it is picked up by make - Add execute permissions
- Loading branch information
1 parent
01ded70
commit fed391d
Showing
3 changed files
with
4 additions
and
3 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
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 |
---|---|---|
|
@@ -81,7 +81,7 @@ parse_args() { | |
exit 0 | ||
;; | ||
-r|--race) | ||
RACE_DETECTOR=1 | ||
export RACE_DETECTOR=1 | ||
shift | ||
;; | ||
-v|--verbose) | ||
|
Empty file.