Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit e193efa

Browse files
authored
Removing now unneccessary processing (#19)
1 parent 473a2b2 commit e193efa

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

.container-diff-tests.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ while IFS=$' \n\r' read -r flag differ image1 image2 file; do
77
fi
88
done < tests/differ_runs.txt
99

10-
while IFS=$' \n\r' read -r preprocess json; do
11-
python $preprocess $json
12-
if [[ $? -ne 0 ]]; then
13-
echo "Could not preprocess" "$json" "for diff comparison"
14-
exit 1
15-
fi
16-
done < tests/preprocess_files.txt
17-
1810
success=0
1911
while IFS=$' \n\r' read -r differ actual expected; do
2012
diff=$(jq --argfile a "$actual" --argfile b "$expected" -n 'def walk(f): . as $in | if type == "object" then reduce keys[] as $key ( {}; . + { ($key): ($in[$key] | walk(f)) } ) | f elif type == "array" then map( walk(f) ) | f else f end; ($a | walk(if type == "array" then sort else . end)) as $a | ($b | walk(if type == "array" then sort else . end)) as $b | $a == $b')

tests/multi_version_packages_test_processor.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/preprocess_files.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)