[med-svn] [proteinortho] 04/06: Imported Upstream version 5.15+dfsg

Andreas Tille tille at debian.org
Mon Aug 29 13:16:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository proteinortho.

commit e78e0638be8865b9f9b4c64845ccbdaf941a7039
Author: Andreas Tille <tille at debian.org>
Date:   Mon Aug 29 15:09:50 2016 +0200

    Imported Upstream version 5.15+dfsg
---
 chk_test.pl | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/chk_test.pl b/chk_test.pl
new file mode 100755
index 0000000..d0b0df1
--- /dev/null
+++ b/chk_test.pl
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+
+use warnings;
+use strict;
+
+open(FILE,"<$ARGV[0]") || die("Error, could not open file $ARGV[0]: $!");
+my @in = <FILE>;
+close(FILE);
+
+if (scalar(@in) < 30) {
+	print STDERR "Something went wrong. Test failed!\n";
+	exit 1;
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/proteinortho.git



More information about the debian-med-commit mailing list