Skip to content

lalapps_SFTvalidate: read file names from standard input, check all file names

Karl Wette requested to merge (removed):SFTvalidate-read-stdin into master

Description

  • Read file names from stdin if no files names are given on command line.
  • Check all file names, then return non-zero exit code if any file failed. This is more convenient for checking a large number of files and finding all errors.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

N/A

Edited by Karl Wette

Merge request reports