Variables | |
str | APP = "./app/build/x86_Qt5_15_2-Debug/HotWheels-app" |
The path to the application. | |
OUTPUT = $($APP --test 2>&1) | |
Capture both stdout and stderr. | |
str | EXPECTED_OUTPUT = "[Main] HotWheels Cluster starting...[Main] Test mode activated. Exiting..." |
The expected output of the application. | |
str test-entry-point.APP = "./app/build/x86_Qt5_15_2-Debug/HotWheels-app" |
The path to the application.
Definition at line 25 of file test-entry-point.sh.
test-entry-point.EXPECTED_OUTPUT = "[Main] HotWheels Cluster starting...[Main] Test mode activated. Exiting..." |
The expected output of the application.
Definition at line 31 of file test-entry-point.sh.
test-entry-point.OUTPUT = $($APP --test 2>&1) |
Capture both stdout and stderr.
Definition at line 28 of file test-entry-point.sh.