File: unit

package info (click to toggle)
sugarjar 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: ruby: 2,228; sh: 94; makefile: 8
file content (3 lines) | stat: -rwxr-xr-x 75 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/bash

scripts/run_rspec.sh "$@" || { echo "rspec failed"; exit 1; }