#!/usr/bin/perl -w
# $Id: //info.ravenbrook.com/project/mps/version/1.113/test/test/script/commands/try#1 $
#
# 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";


