asterinas/regression/apps/scripts/run_regression_test.sh
2024-01-18 08:22:58 +08:00

13 lines
137 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
SCRIPT_DIR=/regression
cd ${SCRIPT_DIR}
./shell_cmd.sh
./process.sh
./network.sh