Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added -noinput erl command was failin in Jenkins with no console
Change-Id: If6a2885dc4b4189fa745830840b9ee04a5d03682
Reviewed-on: http://review.couchbase.org/10706
Reviewed-by: Marty Schoch <marty.schoch@gmail.com>
Tested-by: Marty Schoch <marty.schoch@gmail.com>
  • Loading branch information
mschoch committed Nov 9, 2011
1 parent ab5efb9 commit c5d8cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.final
Expand Up @@ -165,7 +165,7 @@ arm-linux-androideabi-strip --strip-unneeded $OVERLAY_PATH/libs/armeabi/libsnapp
arm-linux-androideabi-strip --strip-unneeded $OVERLAY_PATH/libs/armeabi/libcom_couchbase_android_ErlangThread.so

# Strip beam files of debugging symbols
$ERL_HOME/bootstrap/bin/erl -eval "erlang:display(beam_lib:strip_release(\"$OVERLAY_PATH/assets\"))" -s init stop
$ERL_HOME/bootstrap/bin/erl -noinput -eval "erlang:display(beam_lib:strip_release(\"$OVERLAY_PATH/assets\"))" -s init stop

##
# Archive the overlay
Expand Down

0 comments on commit c5d8cf9

Please sign in to comment.