diff --git a/Makefile.am b/Makefile.am
index 78efd47b762e22508de17465684806fcf9621f92..7905869f833b53f6e1b8a3e660bdfe6297caa22b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,5 +102,10 @@ tags:
 test:
 	cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol
 
+test-force:
+	cd mysql-test; \
+	mysql-test-run --force ;\
+	mysql-test-run --ps-protocol --force
+
 # Don't update the files from bitkeeper
 %::SCCS/s.%
diff --git a/mysql-test/r/cast.result b/mysql-test/r/cast.result
index c5fa5d076cc198a9214035027fa85a8a95495bc4..6dc608a92894b142ae69871e59be79514b170547 100644
--- a/mysql-test/r/cast.result
+++ b/mysql-test/r/cast.result
@@ -7,6 +7,8 @@ CAST(CAST(1-2 AS UNSIGNED) AS SIGNED INTEGER)
 select CAST('10 ' as unsigned integer);
 CAST('10 ' as unsigned integer)
 10
+Warnings:
+Warning	1292	Truncated incorrect INTEGER value: '10 '
 select cast(-5 as unsigned) | 1, cast(-5 as unsigned) & -1;
 cast(-5 as unsigned) | 1	cast(-5 as unsigned) & -1
 18446744073709551611	18446744073709551611