mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 14:39:33 +08:00
clean up logging
This commit is contained in:
5
dist/steps/run_tests.sh
vendored
5
dist/steps/run_tests.sh
vendored
@@ -47,6 +47,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||
|
||||
# use jq to add the package to the temp project through manually modifying Packages/manifest.json
|
||||
echo "Adding package to the temporary project's dependencies and testables..."
|
||||
echo ""
|
||||
|
||||
PACKAGE_MANIFEST_PATH="./TempProject/Packages/manifest.json"
|
||||
if [ ! -f "$PACKAGE_MANIFEST_PATH" ]; then
|
||||
@@ -62,11 +63,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||
'.dependencies += {"\($packageName)": "file:\($projectPath)"} | . += {testables: ["\($packageName)"]}' \
|
||||
> "$PACKAGE_MANIFEST_PATH"
|
||||
|
||||
cat "$PACKAGE_MANIFEST_PATH"
|
||||
echo ""
|
||||
|
||||
UNITY_PROJECT_PATH="./TempProject"
|
||||
|
||||
fi
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user