Browse Source

Work around error caused by stupid symlinking


git-svn-id: http://svn.dmdirc.com/trunk@3139 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 years ago
parent
commit
5395c7bd30
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      DoReports.sh

+ 3
- 1
DoReports.sh View File

@@ -5,6 +5,8 @@
5 5
 
6 6
 # Path to trunk
7 7
 MYDIR="/home/dmdirc/google"
8
+# Path to scripts
9
+SCRIPTDIR="/home/dmdirc/scripts"
8 10
 # Path to ant binary
9 11
 ANT="/usr/bin/ant"
10 12
 # Path to svn binary
@@ -23,7 +25,7 @@ else
23 25
 fi
24 26
 
25 27
 # Run junit issue notifier
26
-$MYDIR/../scripts/junit-failures.php
28
+$SCRIPTDIR/junit-failures.php
27 29
 
28 30
 # Oblong junit announcement
29 31
 LINE=`cat junitreports/overview-summary.html | grep "%</td"`

Loading…
Cancel
Save