Skip to content

Commit

Permalink
fix(tests): ignore line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
prdktntwcklr authored and petejohanson committed Mar 22, 2023
1 parent 56299ba commit cd64c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ $? -gt 0 ]; then
fi

./build/$testcase/zephyr/zmk.exe | sed -e "s/.*> //" | tee build/$testcase/keycode_events_full.log | sed -n -f $testcase/events.patterns > build/$testcase/keycode_events.log
diff -au $testcase/keycode_events.snapshot build/$testcase/keycode_events.log
diff -auZ $testcase/keycode_events.snapshot build/$testcase/keycode_events.log
if [ $? -gt 0 ]; then
if [ -f $testcase/pending ]; then
echo "PENDING: $testcase" | tee -a ./build/tests/pass-fail.log
Expand Down

0 comments on commit cd64c59

Please sign in to comment.