File: run-test

package info (click to toggle)
rabbit 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,220 kB
  • sloc: ruby: 29,637; lisp: 309; makefile: 43; sh: 9
file content (7 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

set -e

QUILT_PATCHES=debian/patches quilt push -a || true
RUBYOPT="-W0" xvfb-run --auto-servernum --server-num=0 ruby -Idebian/rabbit/usr/lib:test test/run-test.rb
QUILT_PATCHES=debian/patches quilt pop -a || true