Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fix the problem that part of the sdk's unit test do not block CI when…
Browse files Browse the repository at this point in the history
… they fail (#827)

fix unittest err exit
  • Loading branch information
Crysple authored and chicm-ms committed Mar 12, 2019
1 parent 9790e97 commit cfb0bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unittest.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
CWD=${PWD}

# -------------For python unittest-------------
Expand All @@ -25,4 +26,4 @@ python3 -m unittest discover -v tests
cd ${CWD}/../src/nni_manager
echo ""
echo "===========================Testing: nni_manager==========================="
npm run test
npm run test

0 comments on commit cfb0bca

Please sign in to comment.