diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-09 20:31:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-09 20:31:00 +0300 |
commit | 06b0f0eeb31b8b1b942b1011400070c82e80abf9 (patch) | |
tree | 489898b2fe2918985ee4bb0a5accdcd3cb61a469 | |
parent | Travis: write to database from track_status.py (diff) | |
download | vk-scripts-06b0f0eeb31b8b1b942b1011400070c82e80abf9.tar.gz vk-scripts-06b0f0eeb31b8b1b942b1011400070c82e80abf9.zip |
Travis: output DB by track_status.py
-rwxr-xr-x | .travis/track_status.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis/track_status.sh b/.travis/track_status.sh index 5a473f0..44635bf 100755 --- a/.travis/track_status.sh +++ b/.travis/track_status.sh @@ -30,7 +30,10 @@ track_status() { echo 'Waiting for track_status.py to terminate...' wait "$pid" + echo "Log file:" cat "$log_path" + echo "DB:" + cat "$db_path" } main() { |