Switch to using check-namespace.sh

Some cross-builty CI ABI checks were failing because the wrapper script
was removed.
This commit is contained in:
Stephen Webb
2024-06-07 11:58:31 -04:00
committed by Stephen M. Webb
parent 9992e487cf
commit a2fd0c1c9a

View File

@@ -147,7 +147,7 @@ jobs:
*)
srcdir=$(pwd)
cd build/tests
${srcdir}/tests/run-check-namespace
./check-namespace.sh
;;
esac