xref: /aosp_15_r20/external/autotest/contrib/run-loop-detection (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1#!/bin/bash
2
3SCRIPT_DIR=$(dirname $(readlink -f $0))
4cd $SCRIPT_DIR/..
5. contrib/inventory_options
6
7$SCRIPT_DIR/run-inventory $OPTIONS "${UNTESTABLE_DETECT[@]}"
8