瀏覽代碼

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 年之前
父節點
當前提交
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'