Make sure we don't accidentally run *.sh.orig (merge remnants) in test

This commit is contained in:
Steve Streeting 2015-10-27 08:47:09 +00:00
parent b921667f8f
commit f12d409a01

@ -13,7 +13,7 @@ import (
var (
erroring = false
maxprocs = 4
testPattern = regexp.MustCompile(`test/test-([a-z\-]+)\.sh`)
testPattern = regexp.MustCompile(`test/test-([a-z\-]+)\.sh$`)
)
func mainIntegration() {