diff options
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/quick-build.sh b/quick-build.sh index 974291918c6..151afd04bce 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -4,7 +4,10 @@ export MAVEN_OPTS='-Xmx256m' echo '-------------------------------------------------' echo '' -echo ' WARNING - Sonar will be built for FIREFOX ONLY ' +echo ' WARNINGS' +echo '' +echo ' Unit tests are NOT executed.' +echo ' Build for FIREFOX ONLY.' echo '' echo '-------------------------------------------------' |