Files
asterinas/regression/apps/scripts/run_regression_test.sh
2024-06-27 15:55:16 +08:00

17 lines
204 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
SCRIPT_DIR=/regression
cd ${SCRIPT_DIR}
./shell_cmd.sh
./fs.sh
./process.sh
./network.sh
./test_epoll_pwait.sh
echo "All regression tests passed."