mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 23:40:39 -08:00
9 lines
285 B
Perl
9 lines
285 B
Perl
#!/usr/local/bin/perl
|
|
# $HopeName: MMQA_harness!script:commands:try(trunk.9) $
|
|
#
|
|
# run tests interactively (allows for user input, immediate results,
|
|
# &c, but doesn't give results in standard format)
|
|
|
|
print "The try command has been removed. Please use the run command instead.\n";
|
|
|
|
|