Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
6b714480
Commit
6b714480
authored
Dec 27, 2022
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beremiz-ide: include missing bash tests to nxdtest
bash tests files (*..bash) was not included to nxdtest.
parent
a93e5d87
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
software/beremiz-ide/buildout.hash.cfg
software/beremiz-ide/buildout.hash.cfg
+1
-1
software/beremiz-ide/instance-beremiz-test.cfg.jinja2.in
software/beremiz-ide/instance-beremiz-test.cfg.jinja2.in
+1
-0
software/beremiz-ide/software.cfg
software/beremiz-ide/software.cfg
+2
-0
software/beremiz-ide/test.cfg
software/beremiz-ide/test.cfg
+3
-1
No files found.
software/beremiz-ide/buildout.hash.cfg
View file @
6b714480
...
@@ -23,7 +23,7 @@ md5sum = 200de2b44431c0e4154227b333f27342
...
@@ -23,7 +23,7 @@ md5sum = 200de2b44431c0e4154227b333f27342
[template-instance-beremiz-test]
[template-instance-beremiz-test]
filename = instance-beremiz-test.cfg.jinja2.in
filename = instance-beremiz-test.cfg.jinja2.in
md5sum =
0ada07a808a644e3d24b7dc9e7db74b0
md5sum =
2d6d892d1cc4a09c598fa14c721069b6
[template-fluxbox-menu.in]
[template-fluxbox-menu.in]
filename = fluxbox-menu.in
filename = fluxbox-menu.in
...
...
software/beremiz-ide/instance-beremiz-test.cfg.jinja2.in
View file @
6b714480
...
@@ -31,6 +31,7 @@ environment =
...
@@ -31,6 +31,7 @@ environment =
# Add openssl needed to build matiec during tests
# Add openssl needed to build matiec during tests
inline +=
inline +=
export OPENSSL_ROOT_DIR={{ openssl_location }}
export OPENSSL_ROOT_DIR={{ openssl_location }}
export LDFLAGS=-L{{ openssl_location }}/lib
export TESSDATAPATH={{ tesseract_data }}
export TESSDATAPATH={{ tesseract_data }}
[runTestSuite]
[runTestSuite]
...
...
software/beremiz-ide/software.cfg
View file @
6b714480
...
@@ -87,6 +87,7 @@ eggs =
...
@@ -87,6 +87,7 @@ eggs =
${beremiz-setup:egg}
${beremiz-setup:egg}
opcua
opcua
msgpack
msgpack
click
[python-interpreter]
[python-interpreter]
eggs +=
eggs +=
...
@@ -208,3 +209,4 @@ futures = 3.3.0
...
@@ -208,3 +209,4 @@ futures = 3.3.0
trollius = 2.2.1
trollius = 2.2.1
pathlib = 1.0.1
pathlib = 1.0.1
ddt = 1.4.4
ddt = 1.4.4
click = 7.1.2
software/beremiz-ide/test.cfg
View file @
6b714480
...
@@ -45,8 +45,10 @@ inline =
...
@@ -45,8 +45,10 @@ inline =
#!/bin/sh -e
#!/bin/sh -e
cd ${beremiz-repository:location}/tests/ide_tests/
cd ${beremiz-repository:location}/tests/ide_tests/
testlist=$(ls -d *.sikuli)
testlist=$(ls -d *.sikuli)
cd ${beremiz-repository:location}/tests/cli_tests/
clitestlist=$(ls -d *.bash)
rm -f ${:nxdtest}
rm -f ${:nxdtest}
for test in $
testlist
; do
for test in $
(echo $testlist $clitestlist)
; do
if [ -z "$test" ]; then
if [ -z "$test" ]; then
continue;
continue;
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment