Skip to content

Commit 0a17749

Browse files
committed
fix: e2e for elfdeps hard to debug
Add an `ls` command to the test to show what output files it has produced before trying to use one of those files with a predicted name.
1 parent be088d9 commit 0a17749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/test_elfdeps.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ PYVER=$(python3 -c 'import sys; print("%s%s" % sys.version_info[:2])')
2525
EXTRACTDIR="$OUTDIR/extract"
2626
mkdir -p "$EXTRACTDIR"
2727

28+
ls wheels-repo/downloads
2829
WHL=wheels-repo/downloads/${DIST}-${VERSION}-0-cp${PYVER}-cp${PYVER}-${WHEEL_PLATFORM_TAG}.whl
2930
unzip "$OUTDIR/$WHL" -d "$EXTRACTDIR"
3031

0 commit comments

Comments
 (0)