Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
aa4e220b
Commit
aa4e220b
authored
Oct 13, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
31f604cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
20 deletions
+1
-20
software/neotest/buildout.hash.cfg
software/neotest/buildout.hash.cfg
+0
-8
software/neotest/neotest-runTestSuite.in
software/neotest/neotest-runTestSuite.in
+0
-5
software/neotest/software.cfg
software/neotest/software.cfg
+1
-7
No files found.
software/neotest/buildout.hash.cfg
View file @
aa4e220b
...
...
@@ -19,11 +19,3 @@ md5sum = bd46e95f1cea62c3b0082fe8c0c9c90b
[neotest]
filename = neotest.in
md5sum = fb3b4109128c1db1739ef5bb6abd1d94
[neotest-runTestSuite]
filename = neotest-runTestSuite.in
md5sum = 6a4281730b68cdba5c873817a6754428
#[instance.cfg]
#filename = instance.cfg.in
#md5sum = 8a40d365c85d70f057ce997405ac3e88
software/neotest/neotest-runTestSuite.in
deleted
100644 → 0
View file @
31f604cb
#!/bin/bash -e
# neotest's runTestSuite wraper so it could be run without any environment preset
.
${
buildout
:directory
}
/neotest-env.sh
exec
nxdtest
${
gowork
:src
}
/lab.nexedi.com/kirr/neo/go/neo/t/.nxdtest
"
$@
"
software/neotest/software.cfg
View file @
aa4e220b
...
...
@@ -39,7 +39,6 @@ parts =
neotest-env.sh
neotest
# neotest-runTestSuite
# for instance
slapos-cookbook
...
...
@@ -76,11 +75,6 @@ output = ${buildout:directory}/${:_buildout_section_name_}
output = ${buildout:bin-directory}/${:_buildout_section_name_}
mode = 0755
#[neotest-runTestSuite]
#<= buildout-template
#output = ${buildout:bin-directory}/${:_buildout_section_name_}
#mode = 0755
# instance
[jinja2-template]
...
...
@@ -112,7 +106,7 @@ eggs =
wendelin.core
# for ZEO scripts (runzeo)
${ZEO:egg}
# for nxd/runTestSuite
# for nxd/runTestSuite
XXX kill?
erp5.util
# for e.g. tcpu.py
${pygolang:egg}
...
...
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