[PR #93] [CLOSED] Dev/dalehirt/test snap fix #114

Closed
opened 2026-01-24 11:40:51 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/pftt2/pull/93
Author: @dalehhirt
Created: 1/8/2020
Status: Closed

Base: masterHead: dev/dalehirt/TestSnapFix


📝 Commits (7)

  • b9c372b Making sure build is set properly. Making sure %PHP_BUILDS% exists.
  • f0eb833 auto_test_snap.cmd
  • 440c291 test_snap.cmd
  • 2dcf8bf Exit script if no revision is available.
  • 02f777c Fixing help.
  • ac8917a No longer testing 7.1.
  • 449247d per cmb69 suggestion.

📊 Changes

4 files changed (+71 additions, -56 deletions)

View changed files

📝 bin/auto_test_snap.cmd (+3 -51)
📝 bin/test_qa.cmd (+6 -0)
📝 bin/test_release.cmd (+5 -5)
bin/test_snap.cmd (+57 -0)

📄 Description

This creates a script that allows for individual branch snapshot testing.

The changes to auto_test_snap.cmd just make it call the new test_snap.cmd file with each branch.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/pftt2/pull/93 **Author:** [@dalehhirt](https://github.com/dalehhirt) **Created:** 1/8/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev/dalehirt/TestSnapFix` --- ### 📝 Commits (7) - [`b9c372b`](https://github.com/php/pftt2/commit/b9c372b8f6d24afff61e353cde2dafc0ba05936b) Making sure build is set properly. Making sure %PHP_BUILDS% exists. - [`f0eb833`](https://github.com/php/pftt2/commit/f0eb83309ece7d0b86f05e5037c5da00c7aed325) auto_test_snap.cmd - [`440c291`](https://github.com/php/pftt2/commit/440c29183e4c06f313c5add62265d3d689f2be33) test_snap.cmd - [`2dcf8bf`](https://github.com/php/pftt2/commit/2dcf8bfd039a80028c81940c024037f6d8e0c1b2) Exit script if no revision is available. - [`02f777c`](https://github.com/php/pftt2/commit/02f777c0a39e33fbf209ed7e0f13c97be6cb8990) Fixing help. - [`ac8917a`](https://github.com/php/pftt2/commit/ac8917ac1188b21cd05b908987d958f3ef37ed88) No longer testing 7.1. - [`449247d`](https://github.com/php/pftt2/commit/449247d0115842e8e1f34f88f9fe544bb0800f12) per cmb69 suggestion. ### 📊 Changes **4 files changed** (+71 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `bin/auto_test_snap.cmd` (+3 -51) 📝 `bin/test_qa.cmd` (+6 -0) 📝 `bin/test_release.cmd` (+5 -5) ➕ `bin/test_snap.cmd` (+57 -0) </details> ### 📄 Description This creates a script that allows for individual branch snapshot testing. The changes to auto_test_snap.cmd just make it call the new test_snap.cmd file with each branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:40:51 +01:00
admin closed this issue 2026-01-24 11:40:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#114