Skip to content

Commit

Permalink
ci_test: do simple boot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ecm-pushbx committed Nov 21, 2022
1 parent 49e03f0 commit 4c0e2f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@ fi

echo GCC and Watcom kernels have all been built
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

0 comments on commit 4c0e2f8

Please sign in to comment.