refactor: merge hrp into httprunner repo

This commit is contained in:
debugtalk
2022-03-23 15:46:54 +08:00
parent c2822207ff
commit fe28772813
13 changed files with 103 additions and 332 deletions

View File

@@ -15,7 +15,7 @@ mkdir -p "output"
bin_path="output/hrp"
# build
go build -ldflags '-s -w' -o "$bin_path" main.go
go build -ldflags '-s -w' -o "$bin_path" hrp/cmd/cli/main.go
# check output and version
ls -lh "$bin_path"