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.
1 parent 9944474 commit d5c87c3Copy full SHA for d5c87c3
test/blackbox-tests/test-cases/cram/timeout-partial-promotion.t
@@ -11,10 +11,10 @@ Test that cram tests that timeout still offer partial promotion.
11
12
Create a test with multiple commands where the second one will timeout:
13
14
- $ cat > test.t <<EOF
15
- > \$ echo "first command"
16
- > \$ sleep 10
17
- > \$ echo "never reached"
+ $ cat > test.t <<'EOF'
+ > $ echo "first command"
+ > $ sleep 10
+ > $ echo "never reached"
18
> EOF
19
20
Run the test - it should timeout but still generate a .corrected file.
0 commit comments