This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# 32-bit iSH Test Script | |
# Tests various 32-bit functionality to ensure compatibility | |
echo "=========================================" | |
echo "32-bit iSH Functionality Test" | |
echo "=========================================" | |
# Step 1: Clean rebuild |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Commit Test Runner | |
# Tests the last 65 commits to track 32-bit functionality over time | |
OUTPUT_FILE="commit_test_results.log" | |
TEST_SCRIPT_URL="$1" | |
TOTAL_COMMITS=65 | |
# Check if gist URL was provided |