Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 31d549f

Browse files
committed
Proper fix for missing libexpat.so.0
1 parent 90a72ba commit 31d549f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,7 @@ function run_tests {
8181
fi
8282
python --version
8383
cd ../pyosmium/test
84-
python -m nose test*py
84+
# Remove build artifacts so they will not interfere with tests
85+
rm -rf ../build
86+
python -m nose
8587
}

0 commit comments

Comments
 (0)