[rfw] Update customer_testing.sh for recent rfw changes (#493)
diff --git a/customer_testing.sh b/customer_testing.sh
index 2426eb1..6db3741 100755
--- a/customer_testing.sh
+++ b/customer_testing.sh
@@ -15,20 +15,22 @@
set -e
+# ANIMATIONS PACKAGE
+
pushd packages/animations
flutter analyze --no-fatal-infos
flutter test
popd
+
+# RFW PACKAGE
+
pushd packages/rfw
-# Update the examples packages so that the analysis doesn't get confused.
-pushd example/remote
-flutter packages get
-popd
-pushd example/wasm
-flutter packages get
-popd
+# Update the subpackages so that the analysis doesn't get confused.
+pushd example/remote; flutter packages get; popd
+pushd example/wasm; flutter packages get; popd
+pushd test_coverage; dart pub get; popd
flutter analyze --no-fatal-infos
if [[ "$OSTYPE" == "linux-gnu" ]]; then
diff --git a/packages/rfw/run_tests.sh b/packages/rfw/run_tests.sh
index edd3c25..178b5d5 100755
--- a/packages/rfw/run_tests.sh
+++ b/packages/rfw/run_tests.sh
@@ -5,6 +5,8 @@
# This script is mentioned in the README.md file.
+# This script is also called from: ../../customer_testing.sh
+
set -e
pushd test_coverage; dart pub get; popd
dart --enable-asserts test_coverage/bin/test_coverage.dart