run_minoca_pkg_test.sh 647 B

1234567891011121314151617181920212223242526272829
  1. #!/bin/sh
  2. ##
  3. ## Copyright (c) 2016 Minoca Corp. All Rights Reserved.
  4. ##
  5. ## Script Name:
  6. ##
  7. ## run_minoca_pkg_test.sh
  8. ##
  9. ## Abstract:
  10. ##
  11. ## This script runs third party packages smoke tests on running Minoca OS.
  12. ## Script takes two steps:
  13. ## 1) Installs (or upgrades to the latest version) minoca-pkg-test plugin
  14. ## to perform smoke tests
  15. ## 2) Runs smoke tests by running minoca-pkg-test. Remove --nocolor if you
  16. ## want to get color output.
  17. ##
  18. ## Author:
  19. ##
  20. ## Alexey Melezhik 06-Dec-2016
  21. ##
  22. set -e
  23. set -x
  24. sparrow index update
  25. sparrow plg install minoca-pkg-test
  26. sparrow plg run minoca-pkg-test --nocolor