1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-01 11:41:39 -07:00
emacs/mps/qa/test/script/commands/try
Richard Tucker 6c6813bfe0 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";