Skip to content

Commit

Permalink
Exit autotest if update_baseline fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 1, 2023
1 parent b758d33 commit 56c87dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ make_dir result
make_dir build

./update_baseline.sh 1
if test $? -ne 0; then
exit 1
fi
cp -r $WORKSPACE/test/baseline $WORKSPACE/result

cd build
Expand Down

0 comments on commit 56c87dc

Please sign in to comment.