Skip to content

Commit

Permalink
without docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Feb 24, 2021
1 parent 142af56 commit db741ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/back_compatibility_itest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ python -m pip install --editable .

PROJECT_PATH="$GIT_ROOT/tests/integration/projects/general"
BUILD_PATH="$PROJECT_PATH/build"
python -m pytest -s "$PROJECT_PATH" --bento-dist "$BUILD_PATH/dist" --docker
python -m pytest -s "$PROJECT_PATH" --bento-dist "$BUILD_PATH/dist"
rm -r $BUILD_PATH

PROJECT_PATH="$GIT_ROOT/tests/integration/projects/general_non_batch"
BUILD_PATH="$PROJECT_PATH/build"
python -m pytest -s "$PROJECT_PATH" --bento-dist "$BUILD_PATH/dist" --docker
python -m pytest -s "$PROJECT_PATH" --bento-dist "$BUILD_PATH/dist"
rm -r $BUILD_PATH

test $error = 0 # Return non-zero if pytest failed

0 comments on commit db741ff

Please sign in to comment.