Changeset 3568


Ignore:
Timestamp:
Jan 9, 2017, 3:16:02 AM (7 years ago)
Author:
Peter
Message:

when test is SKIPped because of old samtools, mention it in log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.14-stable/test/fasta.cc

    r3497 r3568  
    4747  // 'samtools fasta' is required to generate input fasta file
    4848#ifndef HAVE_SAMTOOLS_FASTA_EXECUTABLE
     49  suite.out() << "no samtools with 'samtools fasta' support found\n";
    4950  exit (EXIT_SKIP);
    5051#endif
Note: See TracChangeset for help on using the changeset viewer.