Skip to content

Commit

Permalink
Try to get more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Feb 19, 2024
1 parent a7e1199 commit 7a18319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ test_script:
- ps: if ($Env:Platform -eq "x64") { cd x64 }
- ps: cd "$Env:Configuration"
- ps: pwd
- ps: vstest.console /logger:Appveyor "/testcasefilter:(Name!=config_quic)&(Name!=config_option)&(Name!=qlog_trace)&(Name!=qlog_trace_auto)&(Name!=qlog_trace_ecn)&(Name!=qlog_trace_only)&(Name!=simple_multipath_qlog)&(Name!=multipath_qlog)&(Name!=threading)" UnitTest1.dll RunConfiguration.DisableAppDomain=true
- ps: dir
- ps: vstest.console /logger:Appveyor "/testcasefilter:(Name!=config_quic)&(Name!=config_option)&(Name!=qlog_trace)&(Name!=qlog_trace_auto)&(Name!=qlog_trace_ecn)&(Name!=qlog_trace_only)&(Name!=simple_multipath_qlog)&(Name!=multipath_qlog)&(Name!=threading)" UnitTest1.dll
# Alternative to UnitTest1 (running the same tests):
# - ps: .\picoquic_t -n -r -x fuzz_initial

Expand Down

0 comments on commit 7a18319

Please sign in to comment.