Author: bob.dybian-guest Date: 2015-01-24 10:02:00 +0000 (Sat, 24 Jan 2015) New Revision: 18604
Modified: trunk/packages/plink/trunk/debian/tests/output_tests/README trunk/packages/plink/trunk/debian/tests/run-sample-analysis Log: Fix autopkgtest Modified: trunk/packages/plink/trunk/debian/tests/output_tests/README =================================================================== --- trunk/packages/plink/trunk/debian/tests/output_tests/README 2015-01-22 07:10:31 UTC (rev 18603) +++ trunk/packages/plink/trunk/debian/tests/output_tests/README 2015-01-24 10:02:00 UTC (rev 18604) @@ -5,7 +5,7 @@ cd plink-1.07-x86_64 ./plink --noweb --file test --freq -mv plink.freq expected.plink.freq +mv plink.frq expected.plink.frq ./plink --noweb --file test --assoc mv plink.assoc expected.plink.assoc Modified: trunk/packages/plink/trunk/debian/tests/run-sample-analysis =================================================================== --- trunk/packages/plink/trunk/debian/tests/run-sample-analysis 2015-01-22 07:10:31 UTC (rev 18603) +++ trunk/packages/plink/trunk/debian/tests/run-sample-analysis 2015-01-24 10:02:00 UTC (rev 18604) @@ -2,7 +2,7 @@ # http://dep.debian.net/deps/dep8/ # Autopkgtest: Test if plink run analysis correctly # Author: Dylan Aïssi <[email protected]> -# Last-Update: 2015-01-11 +# Last-Update: 2015-01-24 pkg=plink if [ "$ADTTMP" = "" ] ; then @@ -11,7 +11,7 @@ cd $ADTTMP cp -a /usr/share/doc/${pkg}/examples/* $ADTTMP -PLINK_TEST='plink --noweb --file test' +PLINK_TEST='plink1 --noweb --file test' # Allele frequencies $PLINK_TEST --freq _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
