Fix comments in check.sh
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 2 Oct 2018 08:36:50 +0000 (10:36 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 8 Oct 2018 07:29:02 +0000 (09:29 +0200)
check.sh

index 6bf106b..59f672e 100755 (executable)
--- 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