Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre committed May 27, 2022
1 parent 76ab07a commit e790320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/shell/bazel/remote/remote_execution_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2171,6 +2171,7 @@ EOF
bazel build $spawn_flags $testcase_flags $remote_exec_flags $grpc_flags $disk_flags //a:test &> $TEST_log \
|| fail "CASE 1 Failed to build"

rm -rf ${TEST_TMPDIR}/test_expected
echo "Hello world" > ${TEST_TMPDIR}/test_expected
expect_log "2 processes: 1 internal, 1 remote." "CASE 1: unexpected action line [[$(grep processes $TEST_log)]]"
diff bazel-genfiles/a/test.txt ${TEST_TMPDIR}/test_expected \
Expand Down

0 comments on commit e790320

Please sign in to comment.