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

Fix the problem that part of the sdk's unit test do not block CI when they fail #827

Merged
merged 12 commits into from
Mar 12, 2019
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