diff --git a/main_tests/lib/production.sh b/main_tests/lib/production.sh index cb5a3e9..ca1218c 100644 --- a/main_tests/lib/production.sh +++ b/main_tests/lib/production.sh @@ -317,7 +317,6 @@ production() { fi if [ "$FAILED" == "0" ] ; then -<<<<<<< HEAD console_ascii_passed if [ $SYNCHRONIZATION -eq 0 ]; then cat "$LOGFILE" > "$LOGDIR/passed_${BOARD_SERIAL}_${RUN_TIMESTAMP}.log" @@ -325,14 +324,6 @@ production() { cat "$LOGFILE" > "$LOGDIR/no_date_passed_${BOARD_SERIAL}_${RUN_TIMESTAMP}.log" fi cat /dev/null > "$LOGFILE" -======= - if [ $SYNCHRONIZATION -eq 0 ]; then - cat "$LOGFILE" > "$LOGDIR/passed_${BOARD_SERIAL}_${RUN_TIMESTAMP}.log" - else - cat "$LOGFILE" > "$LOGDIR/no_date_passed_${BOARD_SERIAL}_${RUN_TIMESTAMP}.log" - fi - cat /dev/null > "$LOGFILE" ->>>>>>> 74fb9fc... prod: tests common: add support for remote logging fi telemetry prod-logs-upload --tdir $LOGDIR }