Navigation Menu

Skip to content

Commit

Permalink
test: ignore duplicated test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 24, 2013
1 parent 151a6b2 commit bd9dc92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/run-sql-test.sh
Expand Up @@ -193,6 +193,9 @@ while [ $# -gt 0 ]; do
esac
shift
test_suite_name=$(echo "$test_suite_name" | sed -e "s,^${suite_dir}/,,")
if echo "${test_suite_names}" | grep --quiet "${test_suite_name}"; then
continue
fi
if [ -n "${test_suite_names}" ]; then
test_suite_names="${test_suite_names},"
fi
Expand Down

0 comments on commit bd9dc92

Please sign in to comment.