Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Aug 12, 2023
1 parent 6822adb commit 2033698
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release-process/rr-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ echo 0 | sudo tee /proc/sys/kernel/perf_event_paranoid
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
rm -rf /tmp/rr-* || true
ctest -j`nproc` --verbose $ctest_options
# For some reason I can't figure out, bash drops the first token from the next line
echo "Tests passed" || true
# echo "For some reason I cannot figure out, bash drops the first token from the line following ctest"

rm -rf ~/.local/share/rr/* || true

Expand Down

0 comments on commit 2033698

Please sign in to comment.