Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent 4e8de79 commit af5834c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,13 @@ jobs:
proj_path = \"$cwd/Projects/TfCustomizedQG\"
proj_version = \"3.19\"
langs = \"de_AT.utf8\"
langs = \"en_US.utf8\"
pmonPort = 5999
[testFramework]
installPath = \"$cwd/\"
" > config
cat config
mkdir -p $$cwd/Projects/TfCustomizedQG/log
/opt/WinCC_OA/3.19/bin/WCCILpmon -config $cwd/Projects/TfCustomizedQG/config/config -n -autofreg -status -log +stderr || true
Expand Down
2 changes: 2 additions & 0 deletions WinCC_OA_Test/Projects/TfCustomizedQG/config/progs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ auth "" ""
#Manager | Start | SecKill | Restart# | ResetMin | Options
WCCILpmon | manual | 30 | 3 | 1 |
WCCOActrl | manual | 30 | 2 | 2 |testRunner.ctl Regression-tests -n
WCCOActrl | manual | 30 | 2 | 2 |astyle.ctl -n <pathToSourceDirectory>
WCCOActrl | manual | 30 | 2 | 2 |buildHelp.ctl -n
WCCOActrl | manual | 30 | 2 | 2 |oaTestParsers/jsonToJUnit.ctl -n
WCCOAui | manual | 30 | 2 | 2 |-n -m gedi
WCCOActrl | manual | 30 | 2 | 2 |QualityGates/StaticTests/QgScriptsCheck.ctl scripts C:/ws/WinCCOA/develop_3.x/UiFiles/scripts -n
Expand Down

0 comments on commit af5834c

Please sign in to comment.