Skip to content

Commit

Permalink
Removed the only useful script since AMBPatcher now can do this,
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Jun 23, 2019
1 parent 2c0ed94 commit 1313896
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 45 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -2,5 +2,5 @@

os.chdir(os.path.dirname(sys.argv[0]))

shutil.copyfile("../../../dist/Sonic4ModLoader/AMBPatcher.exe", "sandbox/AMBPatcher.exe")
shutil.copyfile("../../dist/Sonic4ModLoader/AMBPatcher.exe", "sandbox/AMBPatcher.exe")
print("Updated from release!\n")
9 changes: 5 additions & 4 deletions unit-tests/run_tests.sh
Expand Up @@ -4,9 +4,10 @@ cd "$(dirname "$0")"
echo
echo "Running unit tests..."

for dir in $(ls ./actual-tests); do
for dir in $(ls ./); do
[ $dir == "run_tests.sh" ] && continue
echo
echo "$dir"
python3 "actual-tests/$dir/update_from_release.py"
python3 "actual-tests/$dir/unit_test.py"
done
python3 $dir"/update_from_release.py"
python3 $dir"/unit_test.py"
done
40 changes: 0 additions & 40 deletions unit-tests/useful-scripts/AMBPatcher/extract_everything.py

This file was deleted.

0 comments on commit 1313896

Please sign in to comment.