1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 16:20:40 -08:00
emacs/mps/qa/test/script/commands/try
Richard Tucker 299a941b92 Remove command
Copied from Perforce
 Change: 19559
 ServerID: perforce.ravenbrook.com
1998-06-01 17:01:15 +01:00

13 lines
318 B
Perl

#!/usr/local/bin/perl
# $HopeName: MMQA_harness!script:commands:try(trunk.8) $
#
# run tests interactively (allows for user input, immediate results,
# &c, but doesn't give results in standard format)
&options();
require "require";
print "The try command has been removed. Please use the run command instead.\n";