From eb4ba34ed3009ee5cec34ed83bab8149e4d6ffc4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 5 Mar 2020 16:22:51 +0300 Subject: Travis: prettier output --- .travis/test/show_status.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.travis/test/show_status.sh') diff --git a/.travis/test/show_status.sh b/.travis/test/show_status.sh index afba9aa..ff0ce47 100755 --- a/.travis/test/show_status.sh +++ b/.travis/test/show_status.sh @@ -7,13 +7,12 @@ set -o errexit -o nounset -o pipefail -show_status() { - echo 'Running show_status.py...' - python3 -m bin.show_status "$@" +test_users() { + ./.travis/test.sh bin.show_status "$@" } main() { - show_status egor.tensin + test_users egor.tensin } main "$@" -- cgit v1.2.3