This commit is contained in:
@@ -36,7 +36,11 @@
|
||||
ruff
|
||||
];
|
||||
text = ''
|
||||
exec bash ${inputs.self}/scripts/mcp-server/run-tests.sh "$@"
|
||||
if [ ! -x ./scripts/mcp-server/run-tests.sh ]; then
|
||||
echo "Expected ./scripts/mcp-server/run-tests.sh to be executable from repo root." >&2
|
||||
exit 1
|
||||
fi
|
||||
exec bash ./scripts/mcp-server/run-tests.sh "$@"
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user