~ubuntu-branches/ubuntu/trusty/ufw/trusty-proposed

« back to all changes in this revision

Viewing changes to run_tests.sh

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2011-07-18 17:09:57 UTC
  • mfrom: (0.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20110718170957-z7izfiknijlefszw
Tags: 0.30.1-2ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/rules: Don't install the upstream application profiles that are
    shipped with the Debian package.
  - debian/control: use ufw-0.30-oneiric for Vcs-Bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
        cp -rL $testdir/$class/$thistest/orig/* "$TESTPATH/etc" || exit 1
179
179
        cp -f $testdir/$class/$thistest/runtest.sh "$TESTPATH" || exit 1
180
180
 
 
181
        # Explicitly disable IPv6 here, since some tests assume it is disabled.
 
182
        # IPv6 will be re-enabled in the individual tests that require it.
 
183
        sed -i 's/IPV6=.*/IPV6=no/' $TESTPATH/etc/default/ufw
 
184
 
181
185
        echo "- result: "
182
186
        numtests=$(($numtests + 1))
183
187
        # now run the test