Changeset 10090 in genesis


Ignore:
Timestamp:
Mar 10, 2012, 2:38:34 PM (13 years ago)
Author:
rick
Message:

No need to check all the perl stuff anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/before-commit.sh

    r10068 r10090  
    77
    88RETVAL=0
    9 for FILE in ${DIRNAME}/../nodes/*/wleiden.conf; do
    10   perl -c $FILE
    11   if [ $? -ne 0 ]; then
    12     RETVAL=1
    13   break
    14   fi
    15 done
    16 
    17 if [ $RETVAL -eq 0 ]; then
    18     python syntax-checker.py
    19     if [ $? -ne 0 ]; then
    20         RETVAL=1
    21     fi
    22 fi
     9python syntax-checker.py || RETVAL=1
    2310
    2411if [ "${RETVAL}" -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.