Sfoglia il codice sorgente

Added simple console curl tests

Alois Mahdal 11 anni fa
parent
commit
603afdb820
2 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 5
    0
      curltest-local.sh
  2. 5
    0
      curltest.sh

+ 5
- 0
curltest-local.sh Vedi File

@@ -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 Vedi File

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