Files
DRAMSys/tests/tests_regression/compare_table.sh

8 lines
174 B
Bash
Executable File

#!/bin/bash
if [[ $(sqldiff --table ${table} ${CMAKE_CURRENT_SOURCE_DIR}/${standard}/expected/${output_filename} ${output_filename}) ]]; then
exit -1
else
exit 0
fi