mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
Update run.sh
This commit is contained in:
parent
c172878ea6
commit
f924c939ef
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ do
|
|||
fi
|
||||
|
||||
# Ensure test output
|
||||
if [ "$(base64 $out)" == "$(base64 ./out)" ]
|
||||
if [ "$(base64 $out)" = "$(base64 ./out)" ]
|
||||
then
|
||||
echo -e "${GREEN}${BOLD}passed${NC}"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue