File: unit

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

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