File:  [CSRG BSD Unix] / 43BSDTahoe / ucb / dbx / tests / runtest
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

#! /bin/csh -f

#
# runtest <dbx> <testname>
#
# Run dbx (with no environment so that stack addresses
# have consistent values).
#
# The first three lines of dbx output are ignored because
# they contain version specific information.
#
# This program is assumed to be running from within
# one of the language-specific test subdirectories.
#

if (-e $2.in) then
	../noenv $1 $2.x < $2.in |& tail +3
else
	../noenv $1 $2.x < $2.`machine`.in |& tail +3
endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.