Skip to content

Commit 1fa1ea5

Browse files
authored
realpath examples (#401)
1 parent 3e02b0f commit 1fa1ea5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ci/all_tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
set -exo pipefail
55

66
if [ -z "${EXAMPLES_DIR}" ]; then
7-
echo "ERROR: The EXAMPLES_DIR environment variable is not set." >&2
7+
echo "ERROR: The EXAMPLES_DIR environment variable is not set." >&2
88

9-
exit 1
9+
exit 1
10+
else
11+
EXAMPLES_DIR=$(realpath "${EXAMPLES_DIR}")/
1012
fi
1113

1214
if [ -z "${ROC}" ]; then

0 commit comments

Comments
 (0)