Sha256: f6de7a865f19a301e4c18283ae282b9e8e045538d4843be5419b6886056ab9af
Contents?: true
Size: 439 Bytes
Versions: 2
Compression:
Stored size: 439 Bytes
Contents
#!/bin/bash SCRIPT_DIR=$(dirname "$(readlink -f $0)") pushd ${SCRIPT_DIR} > /dev/null export TEST_COVERAGE=1 # 'debug' is needed for test coverage, 'dev' makes the JVM boot fast at the # expense of long-running code performance among other things recommended for # development: https://github.com/jruby/jruby/wiki/Improving-startup-time export JRUBY_OPTS="--debug --dev" bundle exec rake spec STATUS=$? popd > /dev/null exit ${STATUS}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xcflushd-1.2.0 | script/test |
xcflushd-1.1.0 | script/test |