File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ begin_test "ghe-restore into unconfigured vm"
5656 export GHE_RESTORE_HOST
5757
5858 # run ghe-restore and write output to file for asserting against
59- ghe-restore -v > " $TRASHDIR /restore-out"
59+ ghe-restore -v > " $TRASHDIR /restore-out" 2>&1
6060 cat " $TRASHDIR /restore-out"
6161
6262 # verify connect to right host
@@ -106,7 +106,7 @@ begin_test "ghe-restore into configured vm"
106106 export GHE_RESTORE_HOST
107107
108108 # run ghe-restore and write output to file for asserting against
109- ghe-restore -v > " $TRASHDIR /restore-out"
109+ ghe-restore -v > " $TRASHDIR /restore-out" 2>&1
110110 cat " $TRASHDIR /restore-out"
111111
112112 # verify connect to right host
@@ -145,7 +145,7 @@ begin_test "ghe-restore -c into configured vm"
145145 export GHE_RESTORE_HOST
146146
147147 # run ghe-restore and write output to file for asserting against
148- ghe-restore -v -c > " $TRASHDIR /restore-out"
148+ ghe-restore -v -c > " $TRASHDIR /restore-out" 2>&1
149149 cat " $TRASHDIR /restore-out"
150150
151151 # verify connect to right host
You can’t perform that action at this time.
0 commit comments