File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 SET (GIT_DIRTY True )
6262ENDIF ()
6363
64- set (SEASHELL_VERSION "2.5.8.1 " )
64+ set (SEASHELL_VERSION "2.5.8.2 " )
6565if (GIT_DIRTY)
6666 set (GIT_COMMIT_HASH "${GIT_COMMIT_HASH} -dirty" )
6767endif ()
Original file line number Diff line number Diff line change 8181 (define stdout (program-stdout pid))
8282 (define run-result (sync/timeout 0 (wrap-evt stdout (compose deserialize read))))
8383 (match run-result
84- [(and result (list pid _ (and test-res (or "timeout " "killed " "passed " )) stdout stderr asan ))
84+ [(and result (list pid _ (and test-res (or "timeout " "killed " "passed " )) stdout stderr))
8585 (eprintf "Program passed the test.\n " )
86- (write-outputs stdout stderr asan )
86+ (write-outputs stdout stderr #f )
8787 (exit 40 )]
8888 [(list pid _ "error " exit-code stderr asan)
8989 (if (= exit-code 134 )
You can’t perform that action at this time.
0 commit comments