Extract LogBody() function

This commit is contained in:
Michael Hohn
2024-02-09 14:34:11 -08:00
committed by =Michael Hohn
parent 5f235371f5
commit 70768469d6
2 changed files with 14 additions and 21 deletions

View File

@@ -189,12 +189,13 @@
cd ~/local/gh-mrva
# Build it
go clean
go build .
./gh-mrva -h
# In log-submit-the-mrva-job.log after edit
SN=11
SN=14
./gh-mrva submit --language cpp --session mirva-session-$SN \
--list mirva-list \
--query /Users/hohn/local/gh-mrva/FlatBuffersFunc.ql >& log-$SN.out &