~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/ec2test.py

  • Committer: Michael Hudson
  • Date: 2009-09-18 03:10:03 UTC
  • mto: This revision was merged to the branch mainline in revision 9515.
  • Revision ID: michael.hudson@canonical.com-20090918031003-x1dr181pxpm205b8
warn when using ec2test.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Copyright 2009 Canonical Ltd.  This software is licensed under the
4
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
5
 
 
6
echo "You should run $(dirname $0)/ec2 test" $@ "instead." >/dev/null 1>&2
 
7
echo "Waiting for 5 seconds in case you're not reading this." >/dev/null 1>&2
 
8
sleep 5
 
9
 
6
10
exec $(dirname $0)/ec2 test "$@"