Browse Source

remove my local crap

Bill Gianopoulos 8 months ago
parent
commit
e785726c67
1 changed files with 1 additions and 8 deletions
  1. 1 8
      scripts/test-series.sh

+ 1 - 8
scripts/test-series.sh

@@ -2,13 +2,6 @@
 EXIT=0
 for i in */patches
 do
-  sh check_series.sh $i || EXIT=1
+  check_series.sh $i || EXIT=1
 done
-if [ "$1" != "" ]
-then
-  if [ $EXIT -eq 1 ]
-  then
-    mailx -s "check-series failure in SeaMonkey $1" wag-page,billiam < /dev/null
-  fi
-fi
 exit $EXIT