Giter Site home page Giter Site logo

patternstestmode's People

Contributors

murrk avatar

Watchers

 avatar  avatar  avatar

patternstestmode's Issues

При указании в SUT флага -P:profile=test сборка красная

  1. Создала репозиторий https://github.com/Murrk/PatternsTestMode
  2. Добавила файл .appveyor.yml, в котором, согласно дз, прописала строчку java -jar app-ibank.jar -P:profile=test

Ожидание: сборка зеленая
Факт: сборка красная, выдала ошибку

Build started
git clone -q --branch=master https://github.com/Murrk/PatternsTestMode.git /home/appveyor/projects/patternstestmode
git checkout -qf 3e039418c369b0d991193af7d9238f294c4f3559
Running "install" scripts
$App = Start-Process -FilePath java -ArgumentList "-jar ./artifacts/app-ibank.jar" -P:profile=test
Start-Process : Parameter cannot be processed because the parameter name 'P' is ambiguous. Possible matches include: -PassThru -PipelineVariable -FilePath.
At line:1 char:84
+ ... h java -ArgumentList "-jar ./artifacts/app-ibank.jar" -P:profile=test
+                                                           ~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidArgument: (:) [Start-Process], ParameterBindingException
+ FullyQualifiedErrorId : AmbiguousParameter,Microsoft.PowerShell.Commands.StartProcessCommand
 
Command completed with errors
Running "on_finish" scripts
Stop-Process -Id $App.Id
Stop-Process : Cannot bind argument to parameter 'Id' because it is null.
At line:1 char:18
+ Stop-Process -Id $App.Id
+                  ~~~~~~~
+ CategoryInfo          : InvalidData: (:) [Stop-Process], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.StopProcessCommand
 
Command completed with errors
Build failed

Поменяла флаг на -PassThru, сборка стала зеленая

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.