From c5d8cf9821fa8eaad2401b48fdf271b634bef363 Mon Sep 17 00:00:00 2001 From: Marty Schoch Date: Tue, 8 Nov 2011 20:16:13 -0500 Subject: [PATCH] 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 Tested-by: Marty Schoch --- build.final | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.final b/build.final index 5ae28e6..a88bc9e 100755 --- a/build.final +++ b/build.final @@ -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