Skip to content

Commit 4de7cbe

Browse files
removing unnecessary printing from sanity_check
1 parent 90ffa85 commit 4de7cbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test-suite/sanity_check.sh.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ perform_vector_comparison() {
7575

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

8787
# check if VIR_FILE exists
8888
if [ -f ${VIR_FILE} ]; then
89-
echo -e "${VIR_FILE} exists."
89+
:
9090
else
9191
echo -e "${RED}${BOLD}Error: ${VIR_FILE} does not exist.${NC}"
9292
exit 1

0 commit comments

Comments
 (0)