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

Commit

Permalink
Udci (#241)
Browse files Browse the repository at this point in the history
* run.py

* test ci

* test ci

* test ci
  • Loading branch information
Crysple authored Oct 18, 2018
1 parent 2854d2b commit c52fec5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ steps:
cd test/naive
source $HOME/.bashrc
export PATH=$HOME/.local/bin:$PATH
nnictl --help
cat $HOME/.local/bin/nnictl
python3 run.py
displayName: 'Run tests'
1 change: 0 additions & 1 deletion test/naive/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def run(self, installed = True):
if __name__ == '__main__':
installed = (sys.argv[-1] != '--preinstall')
ci = Integration_test()
time.sleep(8)
try:
ci.run(installed)
# TODO: check the output of rest server
Expand Down

0 comments on commit c52fec5

Please sign in to comment.