File: test-all

package info (click to toggle)
ruby-multi-test 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: ruby: 101; sh: 31; makefile: 9
file content (7 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

set -e

for gemfile in test/gemfiles/*; do
	./test-gemfile $gemfile
done