瀏覽代碼

Added simple console curl tests

Alois Mahdal 11 年之前
父節點
當前提交
603afdb820
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 5
    0
      curltest-local.sh
  2. 5
    0
      curltest.sh

+ 5
- 0
curltest-local.sh 查看文件

@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+[ "$1" = "html" ] && format='&__format=html'
4
+
5
+curl -v "http://localhost:3000/st/release/rc?a=b$format"

+ 5
- 0
curltest.sh 查看文件

@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+[ "$1" = "html" ] && format='&__format=html'
4
+
5
+curl -v "http://strail.zxcvb.cz:3000/st/release/rc?a=b$format"