We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d408ada commit 83ac59aCopy full SHA for 83ac59a
TheForceEngine/Tests/runTests.sh
@@ -20,7 +20,7 @@ echo "Done running tfe"
20
21
find / -type d -iname the_force_engine_log.txt 2>/dev/null | xargs cat
22
23
-top -b
+top -b -n 1 | head -n 20
24
25
# Diff Results of the rest
26
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