]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/tests: add testing repo
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 10 Aug 2018 13:04:53 +0000 (15:04 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 10 Aug 2018 14:48:42 +0000 (16:48 +0200)
distro/tests/README.md
distro/tests/test-distro.sh

index 4563c5271214d2cb4ff4bd00fd2a63ba147d158a..f528348cee9032b92c05fec4ed9903ad23547fd3 100644 (file)
@@ -28,6 +28,12 @@ Vagrantfile):
 
 or
 
+```
+./test-distro.sh testing debian9
+```
+
+or
+
 ```
 ./test-distro.sh latest debian9
 ```
index 78e65db9b4817474d0f810aa946aabdd68235994..81e82c201a941ea23a9816561ff2894211619ed1 100755 (executable)
@@ -12,10 +12,13 @@ case "$repo" in
        devel)
                echo -e '  - knot-resolver-devel' >> repos.yaml
                ;;
+       testing)
+               echo -e 'repos:\n  - knot-resolver-testing' > repos.yaml
+               ;;
        latest)
                ;;
        *)
-               echo "Unknown repo, choose devel|latest"
+               echo "Unknown repo, choose devel|latest|testing"
                exit 1
                ;;
 esac