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.
2 parents c3387a3 + 5498cfc commit a253903Copy full SHA for a253903
build-scripts/test-on-testmachine
@@ -29,8 +29,8 @@ log_debug "Executing tests on test machine..."
29
if remote_script_general "$SCRIPT" "$LOGIN_COMMAND" "$BASEDIR"; then
30
return_code=0
31
else
32
- log_debug "Failed to execute tests on test machine..."
33
return_code=$?
+ log_debug "Failed to execute tests on test machine..."
34
fi
35
36
# Look for lingering processes after running tests.
0 commit comments