syzkaller/pkg/osutil
Dmitry Vyukov 03df839448 pkg/osutil: return output with errors from Run
Turns out git bisect fails to communicate some outcomes (multiple potential commits),
and the only way to understand what happened is parsing plain English output.
Extracting the output from the error is quite unhandy.
So return it with the error.

Update #501
2019-03-17 18:06:44 +01:00
..
fileutil_test.go all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
fileutil.go pkg/osutil: always remove old file in Rename 2018-12-20 13:22:46 +01:00
osutil_akaros.go pkg/osutil: replace UmountAll with RemoveAll 2018-08-04 15:50:40 +02:00
osutil_appengine.go pkg/kernel: sandbox make invocation 2017-11-17 14:56:34 +03:00
osutil_bsd.go Add mandatory OpenBSD bits (#689) 2018-08-28 10:07:26 -07:00
osutil_darwin.go pkg/osutil: replace UmountAll with RemoveAll 2018-08-04 15:50:40 +02:00
osutil_fuchsia.go pkg/osutil: replace UmountAll with RemoveAll 2018-08-04 15:50:40 +02:00
osutil_linux.go pkg/osutil: fix disabling of sandbox 2019-03-17 18:06:44 +01:00
osutil_test.go pkg/osutil: add IsExist helper function 2017-06-17 12:11:24 +02:00
osutil_unix.go Add mandatory OpenBSD bits (#689) 2018-08-28 10:07:26 -07:00
osutil_windows.go pkg/osutil: replace UmountAll with RemoveAll 2018-08-04 15:50:40 +02:00
osutil.go pkg/osutil: return output with errors from Run 2019-03-17 18:06:44 +01:00