Skip to content

Commit e5b9687

Browse files
travis-ci's xxd does not know -e, remove for now, fixes #31
1 parent 10ca81e commit e5b9687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/01_compat_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ for src_file in $(ls -1 compat/*.S); do
2929
echo "py-esp32-ulp log:"
3030
cat $log_file
3131
echo "py-esp32-ulp output:"
32-
xxd -e $ulp_file
32+
xxd $ulp_file
3333
echo "binutils output:"
34-
xxd -e $bin_file
34+
xxd $bin_file
3535
exit 1
3636
else
3737
echo -e "\tBuild outputs match"

0 commit comments

Comments
 (0)