From 33286542286dd9f97b6d954e71fea9464e8fe9d0 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Tue, 14 Apr 2020 13:37:45 -0700 Subject: [PATCH] Fix tests not being called (#128) --- customer_testing.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customer_testing.bat b/customer_testing.bat index 43d428a442..28de6ee080 100644 --- a/customer_testing.bat +++ b/customer_testing.bat @@ -8,6 +8,6 @@ REM been updated. REM Remember to also update the Posix version (customer_testing.sh) when REM changing this file. -cd packages/animations -flutter analyze -flutter test +CD packages/animations +CALL flutter analyze +CALL flutter test