File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ ls -tral $root_path
8
8
9
9
ls -tral $root_path /TheForceEngine/
10
10
11
+ ls -tral $root_path /TheForceEngine/Tests/
12
+
13
+ ldd $root_path /TheForceEngine/theforceengine
14
+
11
15
# Run the demo and generate new log file
12
16
echo " running tfe"
13
- $root_path /build /theforceengine -gDark -r$root_path /TheForceEngine /Tests/Replays/base_test.demo --demo_logging --exit_after_replay
17
+ $root_path /TheForceEngine /theforceengine -gDark -r$root_path /Tests/Replays/base_test.demo --demo_logging --exit_after_replay
14
18
echo " Result is " $?
15
19
echo " Done running tfe"
16
20
17
21
# Diff Results of the rest
18
- result=` diff <( tail -n 1 $user_path /.local/share/TheForceEngine/replay.log) <( tail -n 1 $root_path /TheForceEngine/ Tests/Replays/base_replay.log) `
22
+ result=` diff <( tail -n 1 $user_path /.local/share/TheForceEngine/replay.log) <( tail -n 1 $root_path /Tests/Replays/base_replay.log) `
19
23
20
24
if $result > /dev/null; then
21
25
echo " RESULTS MATCH!"
You can’t perform that action at this time.
0 commit comments