1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0-or-later 3# Copyright (c) 2024-2025 Cyril Hrubis <chrubis@suse.cz> 4# 5# The script should be executed tcnt times and the iteration number should be in $1 6# 7# --- 8# env 9# { 10# "tcnt": 2 11# } 12# --- 13# 14 15. tst_loader.sh 16 17tst_res TPASS "Iteration $1" 18