Lichen

Changeset

644:f6877b257411
2017-03-02 Paul Boddie raw files shortlog changelog graph Fixed comments (from "run" to "compile").
test_all.sh (file)
     1.1 --- a/test_all.sh	Thu Mar 02 01:30:39 2017 +0100
     1.2 +++ b/test_all.sh	Thu Mar 02 01:31:14 2017 +0100
     1.3 @@ -148,7 +148,7 @@
     1.4          continue
     1.5      fi
     1.6  
     1.7 -    # Run tests without an existing cache.
     1.8 +    # Compile tests without an existing cache.
     1.9  
    1.10      echo "$FILENAME..." 1>&2
    1.11      if ! "$LPLC" -c -r "$FILENAME" ; then
    1.12 @@ -176,7 +176,7 @@
    1.13      echo " (warnings)..." 1>&2
    1.14      if ! check_type_warnings ; then exit 1 ; fi
    1.15  
    1.16 -    # Run tests with an existing cache.
    1.17 +    # Compile tests with an existing cache.
    1.18  
    1.19      echo " (cached)..." 1>&2
    1.20      if ! "$LPLC" -c "$FILENAME" ; then exit 1 ; fi