telegram-bot-bash/test/a-commit-test.sh

18 lines
491 B
Bash
Raw Normal View History

2019-04-19 15:31:01 +00:00
#!/usr/bin/env bash
2021-01-02 15:00:59 +00:00
#===============================================================================
#
# FILE: b-example-test.sh
#
# USAGE: must run only from dev/all-tests.sh
#
# DESCRIPTION: run pre-commit tests first
#
# LICENSE: WTFPLv2 http://www.wtfpl.net/txt/copying/
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
#
2021-06-03 12:21:40 +00:00
#### $$VERSION$$ v1.51-0-g6e66a28
2021-01-02 15:00:59 +00:00
#===============================================================================
2019-04-19 15:31:01 +00:00
2019-04-20 19:09:36 +00:00
../dev/hooks/pre-commit.sh
2019-04-19 15:31:01 +00:00