|
@ -25,7 +25,7 @@ linux) |
|
|
# export STLARG=$STLARG; |
|
|
# export STLARG=$STLARG; |
|
|
# export ASAN_OPTIONS=$ASAN_OPTIONS; |
|
|
# export ASAN_OPTIONS=$ASAN_OPTIONS; |
|
|
# export OS=$OS; |
|
|
# export OS=$OS; |
|
|
# cd fruit; extras/scripts/postsubmit-helper.sh $1" |
|
|
|
|
|
|
|
|
# cd fruit; travis/postsubmit-helper.sh $1" |
|
|
# exit $? |
|
|
# exit $? |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ osx) |
|
|
export STLARG |
|
|
export STLARG |
|
|
export ASAN_OPTIONS |
|
|
export ASAN_OPTIONS |
|
|
export OS |
|
|
export OS |
|
|
extras/scripts/postsubmit-helper.sh "$@" |
|
|
|
|
|
|
|
|
travis/postsubmit-helper.sh "$@" |
|
|
exit $? |
|
|
exit $? |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|