mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-22 05:14:30 +02:00
ci_test: do simple boot tests
This commit is contained in:
parent
6d1ee95e10
commit
04353fe9e4
13
ci_test.sh
13
ci_test.sh
@ -14,4 +14,17 @@ fi
|
|||||||
|
|
||||||
echo GCC and Watcom kernels have all been built
|
echo GCC and Watcom kernels have all been built
|
||||||
find _output -ls
|
find _output -ls
|
||||||
|
|
||||||
|
cd test
|
||||||
|
if ! ./test.sh ../_output/gcc/KGC${KVER}.sys diskgc bootgc 'boot gcc: '
|
||||||
|
then
|
||||||
|
echo GCC boot test failed
|
||||||
|
exit 2
|
||||||
|
fi
|
||||||
|
if ! ./test.sh ../_output/wc/KWC${KVER}.sys diskwc bootwc 'boot wc: '
|
||||||
|
then
|
||||||
|
echo OpenWatcom boot test failed
|
||||||
|
exit 2
|
||||||
|
fi
|
||||||
|
cd ..
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user