#!/bin/bash # SPDX-License-Identifier: GPL-2.0-or-later source ./common.sh LIBCAMERA=${1:-$(srcdir libcamera)} BOT=$(pwd)/scripts/git-patchwork-bot.py logfile=$(log_filename $ID) $BOT -v -r $LIBCAMERA/.git -l $logfile > $logfile.stdout.log 2> $logfile.stderr.log $BOT -v -r $LIBCAMERA/.git -l $logfile.2 >> $logfile.stdout.log 2>> $logfile.stderr.log pass_fail $? "Run patchwork bot"