aboutsummaryrefslogtreecommitdiffstats
path: root/mtest.sh
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-11-28 11:54:57 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-11-28 12:00:58 +0100
commit78c158858e8f6360787a8ec0611f7f2b33dcc3c4 (patch)
tree9b8e980ba5afebe1bf04060b0fb0c7aad38aff8d /mtest.sh
parenta378a0446115fb17356abdf94bae74961b691e51 (diff)
downloadmtest-78c158858e8f6360787a8ec0611f7f2b33dcc3c4.tar.gz
mtest-78c158858e8f6360787a8ec0611f7f2b33dcc3c4.tar.bz2
mtest-78c158858e8f6360787a8ec0611f7f2b33dcc3c4.zip
minor comment changes
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
Diffstat (limited to 'mtest.sh')
-rwxr-xr-xmtest.sh68
1 files changed, 27 insertions, 41 deletions
diff --git a/mtest.sh b/mtest.sh
index 7224e89..eb2e6f2 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -4,37 +4,29 @@
# Licensed under BSD 2clause license See LICENSE file for more information
# Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
# ==========================================================================
-# __________________________________________________________
-# / mtest version v1.1.3 \
-# | |
-# | Simple test framework that uses TAP output format |
-# \ http://testanything.org /
-# ----------------------------------------------------------
-# \
-# \
-# \ .
-# .---. //
-# Y|o o|Y//
-# /_(i=i)K/
-# ~()~*~()~
-# (_)-(_)
+# __________________________________________________________
+# / mtest v1.2.0 \
+# | https://mtest.bofc.pl |
+# | |
+# | Simple test framework that uses TAP output format |
+# \ http://testanything.org /
+# ----------------------------------------------------------
+# \
+# \
+# \ .
+# .---. //
+# Y|o o|Y//
+# /_(i=i)K/
+# ~()~*~()~
+# (_)-(_)
#
-# Darth Vader Koala
+# Darth Vader Koala
## ==========================================================================
-
-
-## ==========================================================================
-# __ __
-# ____ ___ / /_ ___ _____ / /_
-# / __ `__ \ / __// _ \ / ___// __/
-# / / / / / // /_ / __/(__ )/ /_
-# /_/ /_/ /_/ \__/ \___//____/ \__/
-#
-# _ __ __
-# _ __ ____ _ _____ (_)____ _ / /_ / /___ _____
-# | | / // __ `// ___// // __ `// __ \ / // _ \ / ___/
-# | |/ // /_/ // / / // /_/ // /_/ // // __/(__ )
-# |___/ \__,_//_/ /_/ \__,_//_.___//_/ \___//____/
+# __ __ __ _
+# ____/ /___ _____ / /____ _ _____ ____ _ / /_ (_)____ ____ _____
+# / __ // _ \ / ___// // __ `// ___// __ `// __// // __ \ / __ \ / ___/
+# / /_/ // __// /__ / // /_/ // / / /_/ // /_ / // /_/ // / / /(__ )
+# \__,_/ \___/ \___//_/ \__,_//_/ \__,_/ \__//_/ \____//_/ /_//____/
#
## ==========================================================================
@@ -48,18 +40,12 @@ mt_current_test="none"
## ==========================================================================
-# __ __ _
-# ____ __ __ / /_ / /(_)_____
-# / __ \ / / / // __ \ / // // ___/
-# / /_/ // /_/ // /_/ // // // /__
-# / .___/ \__,_//_.___//_//_/ \___/
-# /_/
-# ____ __ _
-# / __/__ __ ____ _____ / /_ (_)____ ____ _____
-# / /_ / / / // __ \ / ___// __// // __ \ / __ \ / ___/
-# / __// /_/ // / / // /__ / /_ / // /_/ // / / /(__ )
-# /_/ \__,_//_/ /_/ \___/ \__//_/ \____//_/ /_//____/
-#
+# __ __ _ ____
+# ____ __ __ / /_ / /(_)_____ / __/__ __ ____ _____ _____
+# / __ \ / / / // __ \ / // // ___/ / /_ / / / // __ \ / ___// ___/
+# / /_/ // /_/ // /_/ // // // /__ / __// /_/ // / / // /__ (__ )
+# / .___/ \__,_//_.___//_//_/ \___/ /_/ \__,_//_/ /_/ \___//____/
+# /_/
## ==========================================================================