THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
ligang
/
vpp
Watch
1
Star
0
Fork
0
You've already forked vpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
vpp
/
extras
/
hs-test
/
script
/
nginx_ldp.sh
5 lines
97 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
hs-test: nginx mirroring test improvements - avoid setting LD_PRELOAD for container - save nginx error log to shared volume - reduce test run time to 10s - add vcl and ldp debug env variables to docker file. Default to disabled. Type: test Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I401ac74e7c0ebe87befedb44150b04f773f244ea
2023-03-06 09:46:11 -08:00
#!/usr/bin/env bash
hs-test: output docker build command for ci console log - clean up shellcheck warnings - rename extras/hs-test/test script - add -x attribute to compress script for consistancy Type: test Change-Id: I5d1a9d16eeaff18562461b1e445e32ac696266d3 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2024-06-14 14:59:38 -04:00
# shellcheck disable=SC2068
$1
-v
&&
LD_PRELOAD
=
$LDP
$@
> /proc/1/fd/1 2>
&
1
Reference in New Issue
Copy Permalink