1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0-or-later 3# Copyright (c) 2024-2025 Cyril Hrubis <chrubis@suse.cz> 4 5. tst_env.sh 6 7tst_res TINFO "Waiting for a checkpoint 0" 8tst_checkpoint wait 10000 0 9tst_res TPASS "Continuing after checkpoint" 10