Skip to content

Commit e5ce1ed

Browse files
authored
Log integration tests to stdout (#1534)
Logs are being piped into a file that cannot be accessed from the cicd pipeline, which makes it impossible to find issues that are specific to the cicd environment.
1 parent 573dd6b commit e5ce1ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/run_integration_test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,8 @@ main() {
243243
log INFO "Creating Python virtual environment..."
244244
create_and_activate_venv
245245
log INFO "Installing OpenCue Python libraries..."
246-
install_log="${TEST_LOGS}/install-client-sources.log"
247-
sandbox/install-client-sources.sh &>"${install_log}"
248-
log INFO "Testing pycue library..."
246+
sandbox/install-client-sources.sh
247+
log INFO "Testing pycue library..."£
249248
test_pycue
250249
log INFO "Testing cueadmin..."
251250
test_cueadmin

0 commit comments

Comments
 (0)