Skip to content

Commit 9185107

Browse files
authored
Update run_tests.sh
1 parent 6552634 commit 9185107

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dist/platforms/ubuntu/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ else
2424
echo "Change permissions"
2525
chown -R $(whoami):$(whoami) $BUILD_PATH_FULL
2626
ls -l $BUILD_PATH_FULL
27+
28+
echo "Build contents:"
29+
find $CUSTOM_BUILD_PATH -type f -exec ls -l {} \;
2730
fi
2831

2932

0 commit comments

Comments
 (0)