asterinas/regression/apps/scripts/run_regression_test.sh

16 lines
184 B
Bash
Raw Normal View History

2023-11-02 09:37:21 +00:00
#!/bin/sh
2024-01-03 03:22:36 +00:00
# SPDX-License-Identifier: MPL-2.0
2023-11-02 09:37:21 +00:00
set -e
SCRIPT_DIR=/regression
cd ${SCRIPT_DIR}
./shell_cmd.sh
2024-01-11 11:41:14 +00:00
./ext2.sh
2023-11-02 09:37:21 +00:00
./process.sh
./network.sh
echo "All regression tests passed."