diff options
author | pranomostro <pranomestro@gmail.com> | 2016-12-17 13:22:22 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2016-12-17 13:22:22 +0100 |
commit | b8bebb90b93f9240f73c68d03e41383d5ed1849f (patch) | |
tree | 81de61ee954bbe80761a2f67f4c73433cf0c734f /tests/test-ratox | |
parent | c21933644001ec721d602490a3a6392b73cba592 (diff) |
Update the tests so that they send multiple messages and files and also change the names and statuses.
Diffstat (limited to 'tests/test-ratox')
-rwxr-xr-x | tests/test-ratox | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/test-ratox b/tests/test-ratox index 89b7ce1..b478ef7 100755 --- a/tests/test-ratox +++ b/tests/test-ratox @@ -2,8 +2,13 @@ spawn_users add_friends -send_text -send_file +for i in $(seq 1 16); do + change_name + change_status + send_text + send_file +done + echo :: $(basename $0) - $(echolor 2 OK) cleanup |