File: README.scripts

package info (click to toggle)
gmt 6.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 107,344 kB
  • sloc: ansic: 272,264; sh: 8,955; fortran: 49; makefile: 44; perl: 32; csh: 9
file content (16 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# This is README for the doc/scripts directory
#
# Each bash script should make a PostScript plot.
# The script should report a PASS/FAIL grade so
# that it is easy to tell which test failed.
# There needs to be an original PS file
# with the same file prefix as the script (stuff.sh -> stuff.ps).
# In addition, each script that fails should add a single line
# to the file ../fail_count.txt so we may report a total.
# Scripts that are known to fail can be excluded from the test
# by adding the comment
#	# GMT_KNOWN_FAILURE
# to the script anywhere.
#
# P. Wessel, June 2019