diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-03 01:10:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-03 01:50:10 +0100 |
| commit | b3056163b9da4425aab25e3c9630a805a48d30ff (patch) | |
| tree | 12c13dd6f21588e28d8e2d98bd60299456e6337a /run | |
| parent | faf18d32cd69a293a918c33504f9ad90b906d8a1 (diff) | |
Missing check for duplicate IDs.
Without this call we don't spot duplicates that are found in the initial
scan.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # e.g. --run_tests=foo set -e -PRIVATE_GIT="9c6e881036e5ce29d0e64d8c3159714706ce49f9" +PRIVATE_GIT="81e32cb5962320333839b7020d14d9f291b8ff2d" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" source $DIR/environment |
