File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Build4D_UnitTests/Project/Sources/Methods Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// %attributes = {}
22var $log : Object
3- $log := New object ("severity" ; Error message; "callChain" ; Get call chain; "errorCode" ; Error; "errorMethod" ; Error method; "errorLine" ; Error line; "errorFormula" ; Error formula)
3+ $log := New object ("severity" ; Error message; "callChain" ; Call chain; "errorCode" ; Error; "errorMethod" ; Error method; "errorLine" ; Error line; "errorFormula" ; Error formula)
44
55If ($log .errorCode = - 10518) // Assertion failure
66 LOG EVENT (Into system standard outputs; "::error ::" + JSON Stringify ($log )+ "\n " ; Error message) // GitHub Actions message
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ If (Count parameters=0) // Execute code in a new worker
1010 Use (Storage .settings )
1111 Storage .settings .rootFolder := Folder (Folder (fk database folder; * ).platformPath ; fk platform path)
1212 Storage .settings .projectName := File (Structure file (* ); fk platform path).name
13- Storage .settings .userInterface := Not (Get application info .headless )
13+ Storage .settings .userInterface := Not (Application info .headless )
1414 Storage .settings .externalProjectRootFolder := Storage .settings .rootFolder .folder ("Build4D_External" )
1515 Storage .settings .externalProjectName := "Build4D_External"
1616 Storage .settings .externalProjectFile := Storage .settings .externalProjectRootFolder .file ("Project/Build4D_External.4DProject" )
Original file line number Diff line number Diff line change 11// %attributes = {"invisible":true}
22// Test the Client application
3- var $build : cs .Build4D .CompiledProject
3+ var $build : cs .Build4D .Client
44var $settings : Object
55var $success : Boolean
66var $destinationFolder : 4D.Folder
You can’t perform that action at this time.
0 commit comments