android_mt6572_jiabo/external/autotest/contrib/run-pool-inventory
2025-09-05 16:56:03 +08:00

10 lines
279 B
Bash
Executable file

#!/bin/bash
# We have some very rudimentary command line processing, which we
# share with run-board-inventory.
SCRIPT_DIR=$(dirname $(readlink -f $0))
cd $SCRIPT_DIR/..
. contrib/inventory_options
site_utils/lab_inventory.py $OPTIONS "${BOARD_NOTIFY[@]}" "${POOL_NOTIFY[@]}"