Commit cfb0bcab authored by Zejun Lin's avatar Zejun Lin Committed by chicm-ms
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
#!/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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment