Skip to content

Commit

Permalink
Specify full exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Feb 19, 2024
1 parent 9977c45 commit c6f5748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_script:
# using alternative because of error `vstest.console.exe .\UnitTest1.dll`
# - 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
- ps: .\picoquic_t.exe -n -x fuzz_initial

deploy: off

Expand Down

0 comments on commit c6f5748

Please sign in to comment.