Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 30bd65d..7b9e88f 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ test-stable19: updater.phar test/vendor
test-stable20: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/stable20.feature
-test-stable16: updater.phar test/vendor
- cd tests && vendor/behat/behat/bin/behat features/stable16.feature
+test-stable21: updater.phar test/vendor
+ cd tests && vendor/behat/behat/bin/behat features/stable21.feature
test-master: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/master.feature