We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6552634 commit 9185107Copy full SHA for 9185107
1 file changed
dist/platforms/ubuntu/run_tests.sh
@@ -24,6 +24,9 @@ else
24
echo "Change permissions"
25
chown -R $(whoami):$(whoami) $BUILD_PATH_FULL
26
ls -l $BUILD_PATH_FULL
27
+
28
+ echo "Build contents:"
29
+ find $CUSTOM_BUILD_PATH -type f -exec ls -l {} \;
30
fi
31
32
0 commit comments