This repository was archived by the owner on Jul 21, 2020. It is now read-only.
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 @@ -365,7 +365,7 @@ private void LoadClassInstanceManager()
365365 . GetReferencedAssemblies ( )
366366 . First ( name => name . Name == "Gauge.CSharp.Lib" )
367367 . Name , "Gauge.CSharp.Lib.DefaultClassInstanceManager" ) . Unwrap ( ) ;
368- logger . Info ( "Loaded Instance Manager of Type:" + _classInstanceManager . GetType ( ) . FullName ) ;
368+ logger . Debug ( "Loaded Instance Manager of Type:" + _classInstanceManager . GetType ( ) . FullName ) ;
369369 _classInstanceManager . Initialize ( _assemblyLoader . AssembliesReferencingGaugeLib ) ;
370370 }
371371 }
Original file line number Diff line number Diff line change @@ -350,11 +350,11 @@ Target "FetchTests" (fun _ ->
350350)
351351
352352Target " FunctionalTests" ( fun _ ->
353- InvokeMvn " test-compile gauge:execute -Denv=ci-csharp -Dtags=\" !unimplemented \" "
353+ InvokeMvn " test-compile gauge:execute -Denv=ci-csharp -Dtags=\" csharp \" "
354354)
355355
356356Target " FunctionalTestsP" ( fun _ ->
357- let tags = environVarOrDefault " GAUGE_TEST_TAGS" " !unimplemented "
357+ let tags = environVarOrDefault " GAUGE_TEST_TAGS" " csharp "
358358 InvokeMvn ( sprintf " test -Denv=ci-csharp -Dtags=\" %s \" -Dflags=\" --simple-console\" " tags)
359359)
360360
You can’t perform that action at this time.
0 commit comments