Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
468e6bf8
".github/vscode:/vscode.git/clone" did not exist on "3c1f4198e3ab0d45a715bbde049d62931bfad922"
Commit
468e6bf8
authored
May 13, 2021
by
Andrew Murray
Browse files
Moved test to run within "build_multilinux"
parent
12cbcabc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tests/test_common_utils.sh
tests/test_common_utils.sh
+0
-3
tests/test_library_builders.sh
tests/test_library_builders.sh
+3
-0
No files found.
tests/test_common_utils.sh
View file @
468e6bf8
...
...
@@ -44,9 +44,6 @@ rm_mkdir tmp_dir
[
-e
tmp_dir/afile
]
&&
ingest
"tmp_dir/afile should have been deleted"
rmdir
tmp_dir
fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/2.7.4/harfbuzz-2.7.4.tar.xz
[
-d
harfbuzz-2.7.4
]
||
ingest
".tar.xz should have been unpacked"
# Test suppress command
function
bad_cmd
{
echo
bad
...
...
tests/test_library_builders.sh
View file @
468e6bf8
...
...
@@ -21,6 +21,9 @@ source tests/utils.sh
start_spinner
fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/2.7.4/harfbuzz-2.7.4.tar.xz
[
-d
harfbuzz-2.7.4
]
||
ingest
".tar.xz should have been unpacked"
suppress build_bzip2
suppress build_openssl
suppress build_libpng
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment