Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 11, 2022
1 parent df4148b commit 5340eba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/scripts/release_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function taichi::test::ggui {
# run tests
for match in $(find ./ -name "${PATTERN}"); do
python "${match}" &
taichi::utils::pkill "${match}"
taichi::utils::pkill "${match}"
taichi::utils::line
# taichi::utils::pause
done
Expand All @@ -130,7 +130,7 @@ function taichi::test::difftaichi {
# run tests
for match in $(find ./ -name "${PATTERN}"); do
python "${match}" &
taichi::utils::pkill "${match}"
taichi::utils::pkill "${match}"
taichi::utils::line
# taichi::utils::pause
done
Expand All @@ -154,14 +154,14 @@ function taichi::test::taichi_elements {
cd "${REPO}"

# install dependencies
python "download_ply.py"
python "download_ply.py"


# run tests
cd "${REPO}/demo"
for match in $(find ./ -name "${PATTERN}"); do
python "${match}" &
taichi::utils::pkill "${match}"
taichi::utils::pkill "${match}"
taichi::utils::line
# taichi::utils::pause
done
Expand Down Expand Up @@ -223,7 +223,7 @@ function taichi::test::sandyfluid {

# run tests
python src/main.py &
taichi::utils::pkill "src/main.py"
taichi::utils::pkill "src/main.py"
taichi::utils::line
# go back to workdir
cd "${WORKDIR}"
Expand All @@ -244,7 +244,7 @@ function taichi::test::voxel_editor {

# run tests
python voxel_editor.py &
taichi::utils::pkill "voxel_editor.py"
taichi::utils::pkill "voxel_editor.py"
taichi::utils::line

# go back to workdir
Expand Down

0 comments on commit 5340eba

Please sign in to comment.