Skip to content

Commit

Permalink
removing unnecessary printing from sanity_check
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-sachdeva committed Jul 31, 2024
1 parent 90ffa85 commit 4de7cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test-suite/sanity_check.sh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ perform_vector_comparison() {

# check if VIR_FILE exists
if [ -f ${VIR_FILE} ]; then
echo -e "${VIR_FILE} exists."
:
else
echo -e "${RED}${BOLD}Error: ${VIR_FILE} does not exist.During Compilation ${NC}"
exit 1
Expand All @@ -86,7 +86,7 @@ perform_vector_comparison() {

# check if VIR_FILE exists
if [ -f ${VIR_FILE} ]; then
echo -e "${VIR_FILE} exists."
:
else
echo -e "${RED}${BOLD}Error: ${VIR_FILE} does not exist.${NC}"
exit 1
Expand Down

0 comments on commit 4de7cbe

Please sign in to comment.