android: remove ABI from core name in message handler
This commit is contained in:
parent
cd45d6c54e
commit
8208261c70
|
@ -557,7 +557,7 @@ build_libretro_generic_jni() {
|
||||||
|
|
||||||
RET=$?
|
RET=$?
|
||||||
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}_${a}.log
|
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}_${a}.log
|
||||||
buildbot_handle_message $RET $ENTRY_ID ${NAME}-${a} $jobid $ERROR
|
buildbot_handle_message $RET $ENTRY_ID $NAME $jobid $ERROR
|
||||||
|
|
||||||
ENTRY_ID=""
|
ENTRY_ID=""
|
||||||
|
|
||||||
|
@ -616,7 +616,7 @@ build_libretro_bsnes_jni() {
|
||||||
|
|
||||||
RET=$?
|
RET=$?
|
||||||
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PROFILE}_${PLATFORM}_${a}.log
|
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PROFILE}_${PLATFORM}_${a}.log
|
||||||
buildbot_handle_message $RET $ENTRY_ID ${NAME}-${a} $jobid $ERROR
|
buildbot_handle_message $RET $ENTRY_ID $NAME $jobid $ERROR
|
||||||
|
|
||||||
ENTRY_ID=""
|
ENTRY_ID=""
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue