~ubuntu-branches/ubuntu/lucid/skrooge/lucid

« back to all changes in this revision

Viewing changes to tests/scripts/skg_squish_tst_create_monthly_report.sh

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2010-02-07 19:00:01 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100207190001-apq0bzl80p0tyr8s
Tags: 0.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#initialisation
4
4
. `dirname $0`/init.sh
5
5
 
 
6
rm ${IN}".all_plugins.skg.wrk"
 
7
 
6
8
squishrun tst_create_monthly_report
7
9
rc=$?
8
10
if [ $rc != 0 ] ; then