tests.sh: print glibc version via ldd (#2719)

pull/2720/head
Disconnect3d 10 months ago committed by GitHub
parent fca0e6575a
commit 494d9b89f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,9 @@
#!/usr/bin/env bash
# Print ldd and so glibc version
echo "Running ldd to see ldd and so glibc version"
ldd --version
# Run integration tests
(cd tests && python3 tests.py $@)
exit_code=$?

Loading…
Cancel
Save