Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
compatible with sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Jul 2, 2020
1 parent 6ea676c commit 6b60d7c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test_cpu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

source environment.sh
. environment.sh

pip install --user -e chainer/

Expand Down
2 changes: 1 addition & 1 deletion test_cupy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

source environment.sh
. environment.sh

pip install --user -e cupy/

Expand Down
2 changes: 1 addition & 1 deletion test_cupy_doc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

source environment.sh
. environment.sh

pip install --user -e cupy/

Expand Down
2 changes: 1 addition & 1 deletion test_cupy_example.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

source environment.sh
. environment.sh

pip install -U pip --user

Expand Down
2 changes: 1 addition & 1 deletion test_cupy_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

source environment.sh
. environment.sh

timeout 20m pip install -vvvv cupy/dist/*.tar.gz --user

Expand Down
2 changes: 1 addition & 1 deletion test_cupy_slow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

source environment.sh
. environment.sh

pip install --user -e cupy/

Expand Down
2 changes: 1 addition & 1 deletion test_doc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

source environment.sh
. environment.sh

pip install --user -e cupy/

Expand Down
2 changes: 1 addition & 1 deletion test_example.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

source environment.sh
. environment.sh

pip install -U pip --user

Expand Down
2 changes: 1 addition & 1 deletion test_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

source environment.sh
. environment.sh

timeout 20m pip install -vvvv chainer/dist/*.tar.gz --user

Expand Down
2 changes: 1 addition & 1 deletion test_prev_example.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

source environment.sh
. environment.sh

PREV_VER=2.0.0
CHAINER_DIR=chainer-${PREV_VER}
Expand Down
2 changes: 1 addition & 1 deletion test_slow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

source environment.sh
. environment.sh

# Chainer setup script installs specific version of CuPy.
# We need to install Chainer first for test.
Expand Down

0 comments on commit 6b60d7c

Please sign in to comment.