Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
cfb0bcab
Commit
cfb0bcab
authored
Mar 12, 2019
by
Zejun Lin
Committed by
chicm-ms
Mar 12, 2019
Browse files
Fix the problem that part of the sdk's unit test do not block CI when they fail (#827)
fix unittest err exit
parent
9790e979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/unittest.sh
test/unittest.sh
+2
-1
No files found.
test/unittest.sh
100644 → 100755
View file @
cfb0bcab
#!/bin/bash
set
-e
CWD
=
${
PWD
}
# -------------For python unittest-------------
...
...
@@ -25,4 +26,4 @@ python3 -m unittest discover -v tests
cd
${
CWD
}
/../src/nni_manager
echo
""
echo
"===========================Testing: nni_manager==========================="
npm run
test
\ No newline at end of file
npm run
test
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