Skip to content

Commit

Permalink
adding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Nov 15, 2024
1 parent ebfeedc commit f61c84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intTests-Xvfb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash -eu

echo "Starting intTests script"
USE_XVFB=0
if [[ -z ${DISPLAY:-} ]]; then
USE_XVFB=1
Expand Down Expand Up @@ -31,4 +32,5 @@ if [[ $USE_XVFB = 1 ]]; then
rm -rf $TMPDIR
fi

echo "Finishing intTests script with exit code $FAIL"
exit $FAIL

0 comments on commit f61c84b

Please sign in to comment.