#!/bin/sh
# DF-1166 run: execute the harness. (Runtime kernel trigger requires an AMD GPU
# with a malicious VBIOS/PowerPlay PP table; not exercisable on this guest.)
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"
