From: Christian Herdtweck Date: Tue, 2 Oct 2018 08:36:50 +0000 (+0200) Subject: Fix comments in check.sh X-Git-Tag: v1.3~19^2~1 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=f429516a33fa78450e6e6daae217668b2e56826f;p=pyi2ncommon Fix comments in check.sh --- diff --git a/check.sh b/check.sh index 6bf106b..59f672e 100755 --- a/check.sh +++ b/check.sh @@ -31,13 +31,13 @@ if [ $# != 1 ]; then exit 1 fi -# look for test in guest tests +# look for file as-is test_file= if [ -f "$1" ]; then test_file="$1" fi -# look for test in guest tests +# look for file with .py suffix if [ -f "$1.py" ]; then test_file="$1.py" fi