diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-27 14:05:29 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-27 14:06:12 +0200 |
commit | 246e1b7f28f319e4be5bd24466494e6b5868ca6f (patch) | |
tree | 1e3b735ba05a2a37476b6e6ccd5bad046532ac8f /test | |
parent | 8bfd79b7933231fbec28bc90dd8f2918729d3a0f (diff) | |
download | justbuild-246e1b7f28f319e4be5bd24466494e6b5868ca6f.tar.gz |
tests: slience test-data generation
Diffstat (limited to 'test')
-rw-r--r-- | test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh | 2 | ||||
-rw-r--r-- | test/buildtool/file_system/create_fs_test_git_bundle.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh b/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh index dda43340..141fbf78 100644 --- a/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh +++ b/test/buildtool/build_engine/base_maps/create_maps_test_git_bundle.sh @@ -52,7 +52,7 @@ mkdir -p test_repo cd test_repo # create the repo -git init > /dev/null +git init > /dev/null 2>&1 git checkout -q -b master git config user.name "Nobody" git config user.email "nobody@example.org" diff --git a/test/buildtool/file_system/create_fs_test_git_bundle.sh b/test/buildtool/file_system/create_fs_test_git_bundle.sh index 96cc3608..400f7e00 100644 --- a/test/buildtool/file_system/create_fs_test_git_bundle.sh +++ b/test/buildtool/file_system/create_fs_test_git_bundle.sh @@ -51,7 +51,7 @@ cp foo baz/baz/foo cp bar baz/baz/bar # create the repo -git init > /dev/null +git init > /dev/null 2>&1 git checkout -q -b master git config user.name "Nobody" git config user.email "nobody@example.org" |