Browse Source

fix tests

Maurits van der Schee 5 years ago
parent
commit
dcb232d527
3 changed files with 6 additions and 6 deletions
  1. 2
    2
      docker/debian9/run.sh
  2. 2
    2
      docker/ubuntu16/run.sh
  3. 2
    2
      docker/ubuntu18/run.sh

+ 2
- 2
docker/debian9/run.sh View File

@@ -44,11 +44,11 @@ echo "skipped"
44 44
 
45 45
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
46 46
 # install software
47
-git clone --quiet https://github.com/mevdschee/php-crud-api2.git
47
+git clone --quiet https://github.com/mevdschee/php-crud-api.git
48 48
 echo "done"
49 49
 
50 50
 echo "------------------------------------------------"
51 51
 
52 52
 # run the tests
53
-cd php-crud-api2
53
+cd php-crud-api
54 54
 php test.php

+ 2
- 2
docker/ubuntu16/run.sh View File

@@ -59,11 +59,11 @@ echo "done"
59 59
 
60 60
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
61 61
 # install software
62
-git clone --quiet https://github.com/mevdschee/php-crud-api2.git
62
+git clone --quiet https://github.com/mevdschee/php-crud-api.git
63 63
 echo "done"
64 64
 
65 65
 echo "------------------------------------------------"
66 66
 
67 67
 # run the tests
68
-cd php-crud-api2
68
+cd php-crud-api
69 69
 php test.php

+ 2
- 2
docker/ubuntu18/run.sh View File

@@ -46,11 +46,11 @@ echo "skipped"
46 46
 
47 47
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
48 48
 # install software
49
-git clone --quiet https://github.com/mevdschee/php-crud-api2.git
49
+git clone --quiet https://github.com/mevdschee/php-crud-api.git
50 50
 echo "done"
51 51
 
52 52
 echo "------------------------------------------------"
53 53
 
54 54
 # run the tests
55
-cd php-crud-api2
55
+cd php-crud-api
56 56
 php test.php

Loading…
Cancel
Save