Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Sep 26, 2023
1 parent c18958c commit 30d6a66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/scripts/test-ref
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ else
$* 1>"$refs"/stdout.aux 2>"$refs"/stderr.aux || exit_code=$?
echo $exit_code >"$refs"/exit_code.aux

echo ---
cat "$refs"/stdout.aux
echo ---
cat "$refs"/stderr.aux
echo ---
cat "$refs"/exit_code.aux
echo ---

# Check exit code is the same
tester_lcmp_exit_code=0
"$TESTS_DIR"/tester-lcmp/tester-lcmp "$TESTS_DIR"/tester-lcmp/tester-lcmp."$INVOCATION_ID" "$refs"/exit_code.aux "$refs"/exit_code 2>tester-lcmp.out || tester_lcmp_exit_code=$?
Expand Down

0 comments on commit 30d6a66

Please sign in to comment.