Skip to content

Commit ce698f9

Browse files
authored
Merge pull request #53 from pdecat/fix-tests
fix: properly set exit_status
2 parents 83392d2 + eacfa2b commit ce698f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GREEN='\033[0;32m'
1515
NC='\033[0m'
1616

1717
if [ $exit_status -ne 0 ]; then
18-
$exit_status=1
18+
exit_status=1
1919
echo -e $"\n${RED}TESTING FAILED. Review test logs for details.${NC}\n"
2020
else
2121
echo -e $"\n${GREEN}TESTING COMPLETED SUCCESSFULLY${NC}\n"

0 commit comments

Comments
 (0)