diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-26 14:43:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-26 14:43:34 +0300 |
commit | 6e03e3ddbfdb940c2baac194e9dcf07485732e2c (patch) | |
tree | 635aec70f3c0d5ac792a2a4d7af4c9c098f163c1 | |
parent | Travis: track_status.sh: refactoring (diff) | |
download | vk-scripts-6e03e3ddbfdb940c2baac194e9dcf07485732e2c.tar.gz vk-scripts-6e03e3ddbfdb940c2baac194e9dcf07485732e2c.zip |
Travis: test.sh: -x
-rwxr-xr-x | .travis/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/test.sh b/.travis/test.sh index 07b9b71..03bfaca 100755 --- a/.travis/test.sh +++ b/.travis/test.sh @@ -5,5 +5,7 @@ # For details, see https://github.com/egor-tensin/vk-scripts. # Distributed under the MIT License. +set -o xtrace + ./.travis/test/track_status.sh ./.travis/test/online_sessions.sh |