Skip to content

Commit

Permalink
Updated Older Version Tests
Browse files Browse the repository at this point in the history
* Updated previous version tests to reflect Leia changes
  • Loading branch information
lefte committed Oct 12, 2024
1 parent e7b2513 commit e3be2f1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/1.16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lando ssh -s patch -c "nginx -v 2>&1 | grep 1.16.1"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.17/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lando ssh -s patch -c "nginx -v 2>&1 | grep 1.17.10"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.18/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.18"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.19/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.19"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.20"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.21/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.21"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.22/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.22"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.23/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.23"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.24/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.24"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down
2 changes: 1 addition & 1 deletion examples/1.25/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lando ssh -s defaults -c "nginx -v 2>&1 | grep 1.25"
lando ssh -s defaults -c "curl http://localhost | grep ROOTDIR"

# Should only serve over http by default
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1
lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7
```

Destroy tests
Expand Down

0 comments on commit e3be2f1

Please sign in to comment.