Navigation


Changes in / [411:46b562be4533:409:c2fb5b26bfcb] in freeDiameter


Ignore:
Location:
contrib/nightly_tests
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/README

    r410 r408  
    1313
    14141) Install all dependencies for freeDiameter. See the "prereqs" file (for Debian/Ubuntu).
    15         $ sudo aptitude install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs -O - | grep -v -e "^#"`
     15        $ sudo aptitude install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs -O - | grep -v -e "$#"`
    1616
    17172) Create the "test" database for app_acct test (we assume the tests are run as user "test" here)
     
    5656
    57577) Set up a crontab to run the script
    58         $ wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/cronjob.sh
    59         $ chmod +x cronjob.sh
    6058        $ crontab -l
    61 0 0 * * * /home/test/fDbuild/cronjob.sh > /home/test/fDbuild/cronjob.log 2>&1
     590 0 * * * /home/test/fDbuild/runtests.sh > /home/test/fDbuild/runtests.log 2>&1
  • contrib/nightly_tests/runtests.sh

    r410 r354  
    4848for t in $(cat $WORKDIR/2_tests.list | grep -v -e "^#"); do
    4949   # Create the work environment if needed
    50    if [ ! -d $WORKDIR/$t ]; then
     50   if [ ! -d $WORKDIR/$t]; then
    5151       mkdir $WORKDIR/$t
    5252   fi
Note: See TracChangeset for help on using the changeset viewer.