summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfirmware/amd_seattle/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/amd_seattle/runtest.sh b/firmware/amd_seattle/runtest.sh
index 2b3ddc0..bd79b30 100755
--- a/firmware/amd_seattle/runtest.sh
+++ b/firmware/amd_seattle/runtest.sh
@@ -22,6 +22,6 @@ if [ -n "$RSTRNT_REBOOTCOUNT" ]; then
./upBIOS $BIOS
reboot_to_efi_shell
else
- echo "Should not get here.."
+ rstrnt-report-result $RSTRNT_TASKNAME PASS
fi
fi