aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <paulyang1211@gmail.com>2018-01-24 12:31:07 -0800
committerBo Yang <paulyang1211@gmail.com>2018-01-24 12:31:07 -0800
commitf495201f655e88f4116665cd23e23761fd2d5d54 (patch)
tree6549729841ad4d0f8e022f1e6068146b82d6535c
parent1e8e48fe3d2e7a4e08c9dd8e37f615df645cdf70 (diff)
downloadprotobuf-f495201f655e88f4116665cd23e23761fd2d5d54.tar.gz
protobuf-f495201f655e88f4116665cd23e23761fd2d5d54.tar.bz2
protobuf-f495201f655e88f4116665cd23e23761fd2d5d54.zip
Test working directory
-rw-r--r--config.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.sh b/config.sh
index 08f1dbc2..1eee65ba 100644
--- a/config.sh
+++ b/config.sh
@@ -4,14 +4,13 @@
function pre_build {
# Any stuff that you need to do before you start building the wheels
# Runs in the root directory of this repository.
- :
+ pwd
+ ls
+ cd python
}
function run_tests {
# Runs tests on installed distribution from an empty directory
- ASTROPY_INSTALL_DIR=$(dirname $(python -c 'import astropy; print(astropy.__file__)'))
-
- # Runs tests on installed distribution from an empty directory
python --version
python -c "import sys; import astropy; sys.exit(astropy.test(remote_data='none'))"
}