Skip to content

Commit 0008dab

Browse files
authored
Dump stdout/stderr in the background
1 parent 75e2136 commit 0008dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Before you go and commit your changes, it's a good idea to make sure they don't
386386
```
387387
4. Run the tests and monitor their output:
388388
```
389-
[root@client ~]$ osg-test -vad > <OUTFILE>
389+
[root@client ~]$ osg-test -vad > <OUTFILE> 2>&1 &
390390
[root@client ~]$ tail -f <OUTFILE>
391391
```
392392

0 commit comments

Comments
 (0)