Explorar el Código

Added simple console curl tests

Alois Mahdal hace 11 años
padre
commit
603afdb820
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  1. 5
    0
      curltest-local.sh
  2. 5
    0
      curltest.sh

+ 5
- 0
curltest-local.sh Ver fichero

@@ -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 Ver fichero

@@ -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"