Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jun 22, 2024
1 parent 446c354 commit 0895193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rm -rf tmp
mkdir tmp

for i in tests/*; do
i=$(basename "$i")
echo "Testing $i"
mkdir -p "tmp/$i/a" "tmp/$i/b"
./aastuff "tests/$i/encrypted.aar" "tmp/$i/a" "$(cat tests/"$i"/key.txt)"
Expand Down
1 change: 1 addition & 0 deletions test_get_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rm -rf tmp
mkdir tmp

for i in tests/*; do
i=$(basename "$i")
echo "Testing $i"
mkdir -p "tmp/$i"
# Ensure expected key is valid first
Expand Down

0 comments on commit 0895193

Please sign in to comment.