-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,8 +171,16 @@ function test_running_env { | |
echo ">> Test PASSED" | ||
else | ||
echo ">> Test FAILED!" | ||
echo ">> FIX need." | ||
exit 1 | ||
|
||
echo ">> !!!!!!!!!!!!!!!!!!!! SYSTEM ERROR !!!!!!!!!!!!!!!!!!!!" | ||
echo ">> !!!!!!!!!!!!!!!!!!!! SYSTEM ERROR !!!!!!!!!!!!!!!!!!!!" | ||
echo ">> !!!!!!!!!!!!!!!!!!!! SYSTEM ERROR !!!!!!!!!!!!!!!!!!!!" | ||
echo ">> !!!!!!!!!!!!!!!!!!!! SYSTEM ERROR !!!!!!!!!!!!!!!!!!!!" | ||
echo ">> !!!!!!!!!!!!!!!!!!!! SYSTEM ERROR !!!!!!!!!!!!!!!!!!!!" | ||
echo ">> !!!!!!!!!!!!!!!!!!!! SYSTEM ERROR !!!!!!!!!!!!!!!!!!!!" | ||
echo ">> !!!!!!!!!!!!!!!!!!!! SYSTEM ERROR !!!!!!!!!!!!!!!!!!!!" | ||
|
||
echo ">> But I'll pretend to run... good luck! :P" | ||
fi | ||
} | ||
|
||
|
@@ -239,7 +247,7 @@ then | |
SMF_CONFIG="[email protected]:[email protected]:test-tset-testo-testi;[email protected]:[email protected]" | ||
echo ">> Start mail server by test data: SMF_CONFIG=$SMF_CONFIG" | ||
start_postfix | ||
sleep 3 | ||
sleep 1 | ||
|
||
echo ">> exec bats $opts" | ||
exec bats $opts | ||
|