mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/pftt2/pull/10
Author: @lavturo
Created: 3/21/2019
Status: ❌ Closed
Base:
master← Head:fix_issue2📝 Commits (3)
31f84b7Fix for issue #2 and resolved "Could not load file" error.65960b7Updated with suggestions for issue #276369c6Updated for issue #2. Moved code around and normalized paths if tool is running on windows machine📊 Changes
3 files changed (+28 additions, -10 deletions)
View changed files
📝
src/com/mostc/pftt/host/Host.java(+17 -9)📝
src/com/mostc/pftt/main/PfttMain.java(+1 -1)📝
src/com/mostc/pftt/model/core/PhptTestCase.java(+10 -0)📄 Description
Added a bit more information for core_named to be more clear on what "test name fragment" meant.
When loading the test-pack dir, the tool had an issue reading from the job_work dir. Modified code to let job_work directory be considered a safe path.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.