Skip to content

Commit

Permalink
Move orca learn ray tests to a ray sub dir (intel-analytics#2577)
Browse files Browse the repository at this point in the history
* move orca learn ray tests to a ray sub dir

* fix path
  • Loading branch information
yangw1234 committed Jul 16, 2020
1 parent 36f322b commit 9a5d3e4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions python/orca/src/test/dev/run-pytests-ray
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ then
exit $exit_status_1
fi

echo "Running MXNetTrainer tests"
python -m pytest -v ../test/zoo/orca/learn/mxnet
echo "Running orca learn ray tests"
python -m pytest -v ../test/zoo/orca/learn/ray
exit_status_2=$?
if [ $exit_status_2 -ne 0 ];
then
Expand Down Expand Up @@ -65,10 +65,3 @@ then
exit $exit_status_5
fi

echo "Running PyTorchTrainer tests"
python -m pytest -v ../test/zoo/orca/learn/pytorch
exit_status_6=$?
if [ $exit_status_6 -ne 0 ];
then
exit $exit_status_6
fi

0 comments on commit 9a5d3e4

Please sign in to comment.