make_factory_toolkit.sh: add factory.par

offline-test support running pytests, but pytests are not included in
factory-mini.par. We replace factory-mini.par in
"install_factory_tookit.run" with factory.par.

BUG=chromium:573933
TEST=manual: make factory toolkit and check if factory.par is included.

Change-Id: I06d78796fa760aa61700b9cc9693219ccda78864
Reviewed-on: https://chromium-review.googlesource.com/341264
Commit-Ready: Wei-Han Chen <stimim@chromium.org>
Tested-by: Wei-Han Chen <stimim@chromium.org>
Reviewed-by: Shun-Hsing Ou <shunhsingou@chromium.org>
diff --git a/make_factory_toolkit.sh b/make_factory_toolkit.sh
index 4a23a96..5fafd3b 100755
--- a/make_factory_toolkit.sh
+++ b/make_factory_toolkit.sh
@@ -93,8 +93,8 @@
 
   # create factory-mini.par
   local temp_factory_root="$(readlink -f "${temp_pack_root}")/usr/local/factory"
-  sudo "${temp_factory_root}/bin/make_par" --mini --output \
-    "${temp_factory_root}/factory-mini.par"
+  sudo "${temp_factory_root}/bin/make_par" --output \
+    "${temp_factory_root}/factory.par"
 
   local version_tag="usr/local/factory/TOOLKIT_VERSION"
   echo "${id_str}" | sudo_clobber "${temp_pack_root}/${version_tag}"