asterinas/regression/apps/scripts/run_regression_test.sh
2024-04-09 16:59:21 +08:00

15 lines
174 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
echo "All regression tests passed."