Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ci/all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
set -exo pipefail

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

exit 1
exit 1
else
EXAMPLES_DIR=$(realpath "${EXAMPLES_DIR}")/
fi

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