Skip to content

Commit

Permalink
test file info
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Jan 26, 2024
1 parent f17bc44 commit 8ea6877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ trap "rm -f hello.appimage" EXIT
cp -f bazel-bin/hello.appimage .

ls -lah hello.appimage
file hello.appimage

[[ "$(file hello.appimage)" == "hello.appimage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped" ]] || exit 1

if ! output="$(./hello.appimage 2>&1)"; then
echo "Unexpected failure: $output"
Expand Down

0 comments on commit 8ea6877

Please sign in to comment.