Skip to content

Commit

Permalink
Merge pull request #215 from punidramesh/master
Browse files Browse the repository at this point in the history
fix: return code when input files are missing in bsrate test
  • Loading branch information
andrewdavidsmith committed May 24, 2024
2 parents 601ebf1 + 1204d01 commit bf1e6fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_scripts/test_bsrate.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ if [[ -e "${infile1}" && -e "${infile2}" ]]; then
exit 1;
fi
else
exit 1;
echo "${infile1} and ${infile2} not found; skipping dependent tests";
exit 77;
fi

0 comments on commit bf1e6fe

Please sign in to comment.