[test] fixed a bug

This commit is contained in:
tangxifan 2022-09-20 20:29:34 -07:00
parent 645d8df7b9
commit e0f632cc9c
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ cd ${OPENFPGA_PATH}
pwd
git config --global --add safe.directory ${OPENFPGA_PATH}
git log
if git diff --name-status --exit-code -- ':/openfpga_flow/tasks/basic_tests/no_time_stamp/*/golden_outputs_no_time_stamp/**'; then
if git diff --name-status --exit-code -- ':openfpga_flow/tasks/basic_tests/no_time_stamp/*/golden_outputs_no_time_stamp/**'; then
echo -e "Golden netlist remain unchanged"
else
echo -e "Detect changes in golden netlists";