Skip to content

Commit 83ac59a

Browse files
committed
top fix
1 parent d408ada commit 83ac59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TheForceEngine/Tests/runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "Done running tfe"
2020

2121
find / -type d -iname the_force_engine_log.txt 2>/dev/null | xargs cat
2222

23-
top -b
23+
top -b -n 1 | head -n 20
2424

2525
# Diff Results of the rest
2626
result=`diff <(tail -n 1 $user_path/.local/share/TheForceEngine/replay.log) <(tail -n 1 $root_path/Tests/Replays/base_replay.log)`

0 commit comments

Comments
 (0)