summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-03 01:10:39 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-03 01:50:10 +0100
commitb3056163b9da4425aab25e3c9630a805a48d30ff (patch)
tree12c13dd6f21588e28d8e2d98bd60299456e6337a /run
parentfaf18d32cd69a293a918c33504f9ad90b906d8a1 (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-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index c17330dca..b5f45d5e7 100755
--- a/run/tests
+++ b/run/tests
@@ -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