Raymond Toy pushed to branch issue-446-use-cc-to-get-errno at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • bin/create-errno.sh
    ... ... @@ -61,6 +61,7 @@ TEMPLATE_PKG="bin/errno-pkg-template.lisp"
    61 61
     # Set ERRNO_FILE to an OS-specific name if possible.  If not, use the
    
    62 62
     # default ERRNO_FILE value.
    
    63 63
     if [ -z "$DEFAULT" ]; then
    
    64
    +    # shellcheck disable=SC2006
    
    64 65
         case `uname -s` in
    
    65 66
     	Linux) ERRNO_FILE="bin/errno-linux.lisp"
    
    66 67
     	       ;;
    

  • bin/run-ansi-tests.sh
    ... ... @@ -36,7 +36,7 @@ shift $((OPTIND - 1))
    36 36
     # Use branch cmucl-expected-failures in general since this branch
    
    37 37
     # generally has the list of expected failures.  This is the branch to
    
    38 38
     # use on cmucl master in general.
    
    39
    -BRANCH=cmucl-expected-failures
    
    39
    +BRANCH=cmucl-expected-failures-etypecase.15
    
    40 40
     
    
    41 41
     set -x
    
    42 42
     if [ -d ../ansi-test ]; then