File: PlmTestDebug.cmake

package info (click to toggle)
plastimatch 1.10.0%2Bdfsg.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,256 kB
  • sloc: cpp: 126,024; sh: 5,845; ansic: 2,867; lisp: 907; makefile: 63; pascal: 62; cs: 19; fortran: 15
file content (12 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
## This script that spits out the contents of two files, and then fails.
## It is used to debug debian build failures.

message (STATUS ">>${STDOUT_FILE}")
file (READ ${STDOUT_FILE} VAL)
message (STATUS "${VAL}")

message (STATUS ">>${STDERR_FILE}")
file (READ ${STDERR_FILE} VAL)
message (STATUS "${VAL}")

message (SEND_ERROR "An error")