Skip to content

Commit 735fd17

Browse files
committed
Revert: logging redirection in 'build_package.sh'
1 parent 719f3ca commit 735fd17

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/build_package.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,4 @@ echo "++ $command_tmpl"
5252
# run the build script
5353
echo "switching to $CVMFS_BUILD_LOCATION..."
5454
cd "$CVMFS_BUILD_LOCATION"
55-
56-
std_out="$(pwd)/build_stdout"
57-
std_err="$(pwd)/build_stderr"
58-
echo "running build script (logging to $std_out / $std_err)"
59-
$command_tmpl > $std_out 2> $std_err
55+
$command_tmpl

0 commit comments

Comments
 (0)