Skip to content

Commit

Permalink
Fix: update `test.sh' variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Natali committed Aug 30, 2023
1 parent cd698f4 commit e97f413
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ if [ "$?" = "0" ]; then
echo "md5sum: ok"
else
echo "md5sum: failed"
echo "expected: "
echo "$testsum ${DUC_TEST_DIR}.out"
echo "expected one of: "
echo "$testsum0 ${DUC_TEST_DIR}.out"
echo "$testsum1 ${DUC_TEST_DIR}.out"
echo "$testsum2 ${DUC_TEST_DIR}.out"
echo "got: "
cat /tmp/.duc.md5sum
exit 1
Expand Down

0 comments on commit e97f413

Please sign in to comment.