We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ffa85 commit 4de7cbeCopy full SHA for 4de7cbe
1 file changed
src/test-suite/sanity_check.sh.cmake
@@ -75,7 +75,7 @@ perform_vector_comparison() {
75
76
# check if VIR_FILE exists
77
if [ -f ${VIR_FILE} ]; then
78
- echo -e "${VIR_FILE} exists."
+ :
79
else
80
echo -e "${RED}${BOLD}Error: ${VIR_FILE} does not exist.During Compilation ${NC}"
81
exit 1
@@ -86,7 +86,7 @@ perform_vector_comparison() {
86
87
88
89
90
91
echo -e "${RED}${BOLD}Error: ${VIR_FILE} does not exist.${NC}"
92
0 commit comments