go.ketch.com/lib/goja_nodejs@v0.0.1/scripts/integrationtest.sh (about)

     1  #!/usr/bin/env sh
     2  
     3  # Code generated by shipbuilder init 1.21.2. DO NOT EDIT.
     4  
     5  if [ ! -f "./scripts/check.sh" ]; then
     6    cd $(command dirname -- "$(command readlink -f "$(command -v -- "$0")")")/..
     7  fi
     8  
     9  . ./scripts/check.sh
    10  
    11  check go
    12  
    13  set -e
    14  
    15  if [ -z "$*" ]; then
    16    args="./..."
    17  else
    18    args="$*"
    19  fi
    20  
    21  $go test -v --tags integration $args