Skip to content

Commit

Permalink
fix no 2
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorescuserban committed Jun 6, 2024
1 parent 01a0d12 commit 4e25734
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/run-test
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echobold() {

test() {
echobold "test case ${1}"
$XCADDY run --config test/Caddyfile.${1}&
$XCADDY run --adapter caddyfile --config test/Caddyfile.${1}&
pid="$!"
retry $(cat test/test-${1}.req) > output${1}
diff output${1} test/test-${1}.res
Expand All @@ -51,3 +51,7 @@ $XCADDY list-modules
test "1"

test "2"

test "3"

test "4"

0 comments on commit 4e25734

Please sign in to comment.