Эх сурвалжийг харах

Can we add an echo here to inform that this can be tested?

https://github.com/dom111/webdav-js/pull/21#discussion_r233022078
Lucian I. Last 6 жил өмнө
parent
commit
e2df5c965a
2 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 2 0
      test/run-cdn.sh
  2. 2 0
      test/run-local.sh

+ 2 - 0
test/run-cdn.sh

@@ -20,3 +20,5 @@ chown www-data -R /var/www/html 2> /dev/null; \
 rm /etc/apache2/sites-enabled/000-default.conf; \
 apachectl start || apachectl restart \
 "
+
+echo 'This can be tested on http://localhost:8080'

+ 2 - 0
test/run-local.sh

@@ -20,3 +20,5 @@ chown www-data -R /var/www/html 2> /dev/null; \
 rm /etc/apache2/sites-enabled/000-default.conf; \
 apachectl start || apachectl restart \
 "
+
+echo 'This can be tested on http://localhost:8080'