Sha256: a4d674f6ce073debd8f04ef5523f31ad3ae8f1db627025fb07a5b5c2bd232342

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

#!/bin/bash -l

if [[ -z $WORKSPACE ]] ; then
  # Support execution from the shell
  export PROJECT_DIR=$(pwd);
else
  export PROJECT_DIR=$WORKSPACE/glowworm;
fi

source $PROJECT_DIR/ci_jobs/setup.sh

echo START TASK: tests
exec_rake_task test:units

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glowworm-0.3.0 ci_jobs/glowworm-units/run.sh