update bootstrap.sh with 03
This commit is contained in:
parent
3fb2c2c4d8
commit
253901b302
1 changed files with 10 additions and 0 deletions
10
bootstrap.sh
10
bootstrap.sh
|
@ -58,5 +58,15 @@ if [ "$(./out02)" != 'Hello, world!' ]; then
|
|||
fi
|
||||
cd ..
|
||||
|
||||
echo 'Processing stage 03...'
|
||||
cd 03
|
||||
rm -rf out0[23]
|
||||
make -s out03
|
||||
if [ "$(./out03)" != 'Hello, world!' ]; then
|
||||
echo_red 'Stage 03 failed.'
|
||||
exit 1
|
||||
fi
|
||||
cd ..
|
||||
|
||||
|
||||
echo_green 'all stages completed successfully!'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue