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
4 changes: 2 additions & 2 deletions runIntegrationTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ run_data_access_preflight_check () {
fi

if grep -q "ID_0" "$CONSOLE_OUTPUT" ; then
echo " Unexpected output of data access preflight check without logging dataset details found"
echo " Unexpected output of data access preflight check without logging dataset details found"
exit 1
else
echo " Output of data access preflight check contains no unexpected UIDs."
echo " Output of data access preflight check contains no unexpected UIDs."
fi

cd "$CWD"
Expand Down
Loading