From f429516a33fa78450e6e6daae217668b2e56826f Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 2 Oct 2018 10:36:50 +0200 Subject: [PATCH] Fix comments in check.sh --- check.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.1