Skip to content

Commit

Permalink
12 add log in validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknow0 committed Nov 11, 2023
1 parent d685719 commit 87590f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/validate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

ls -l . unknow-http-test unknow-http-test/target

java -jar unknow-http-test/target/server.jar >log 2>log &
pid=$!
trap "kill -9 $pid" EXIT
Expand Down

0 comments on commit 87590f1

Please sign in to comment.