Skip to content

Commit

Permalink
Fixes this test for CI.
Browse files Browse the repository at this point in the history
It turns out expect_log doesn't work as I expected..

--
PiperOrigin-RevId: 151016907
MOS_MIGRATED_REVID=151016907
  • Loading branch information
hermione521 committed Mar 23, 2017
1 parent 58a8f07 commit f9f1688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/bazel_workspace_status_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ EOF

bazel build --workspace_status_command=$TEST_TMPDIR/wsc.sh --stamp //:a &> $TEST_log \
&& fail "build succeeded"
expect_log "wsc.sh: No such file or directory" || expect_log "wsc.sh: not found"
expect_log "wsc.sh: No such file or directory\|wsc.sh: not found"
}


Expand Down

0 comments on commit f9f1688

Please sign in to comment.