mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
Check if we truly pass the tests in auto test
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e3cb4d25e3
commit
63be797c2d
7
regression/apps/scripts/boot_hello.sh
Normal file
7
regression/apps/scripts/boot_hello.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
set -e
|
||||
|
||||
echo "Successfully booted."
|
@ -10,3 +10,5 @@ cd ${SCRIPT_DIR}
|
||||
./shell_cmd.sh
|
||||
./process.sh
|
||||
./network.sh
|
||||
|
||||
echo "All regression tests passed."
|
||||
|
Reference in New Issue
Block a user