File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ goto:eof
2525
2626:test
2727REM singleton_test does not work when linked as static under Windows
28- " %__BAZEL__% " test --profile=0.nodll.tracing.json --//:with_dll=false -- ... -//api/test/singleton:singleton_test || echo goto:error
29- " %__BAZEL__% " build --profile=1.all.tracing.json --//:with_dll=true -- ... -otel_sdk_zip || echo goto:error
30- " %__BAZEL__% " test --profile=2.dbg.tracing.json --//:with_dll=true -c dbg -- ... -otel_sdk_zip || echo goto:error
31- " %__BAZEL__% " test --profile=3.fastbuild.tracing.json --//:with_dll=true -c fastbuild -- ... -otel_sdk_zip || echo goto:error
32- " %__BAZEL__% " test --profile=4.opt.tracing.json --//:with_dll=true -c opt -- ... -otel_sdk_zip || echo goto:error
28+ " %__BAZEL__% " test --profile=0.nodll.tracing.json --//:with_dll=false -- ... -//api/test/singleton:singleton_test || goto :error
29+ " %__BAZEL__% " build --profile=1.all.tracing.json --//:with_dll=true -- ... -otel_sdk_zip || goto :error
30+ " %__BAZEL__% " test --profile=2.dbg.tracing.json --//:with_dll=true -c dbg -- ... -otel_sdk_zip || goto :error
31+ " %__BAZEL__% " test --profile=3.fastbuild.tracing.json --//:with_dll=true -c fastbuild -- ... -otel_sdk_zip || goto :error
32+ " %__BAZEL__% " test --profile=4.opt.tracing.json --//:with_dll=true -c opt -- ... -otel_sdk_zip || goto :error
3333goto :eof
3434
3535:zip
36- " %__BAZEL__% " run --profile=5.pkg.tracing.json --//:with_dll=true make_otel_sdk || echo goto:error
36+ " %__BAZEL__% " run --profile=5.pkg.tracing.json --//:with_dll=true make_otel_sdk || goto :error
3737goto :eof
3838
3939:shutdown
You can’t perform that action at this time.
0 commit comments