Skip to content
Snippets Groups Projects
Commit 0c6dc27e authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

adjusting tests so they actually run

parent abf69cff
No related branches found
No related tags found
No related merge requests found
Pipeline #3874 failed
...@@ -13,7 +13,7 @@ mkdir -p artifacts/protected_binaries ...@@ -13,7 +13,7 @@ mkdir -p artifacts/protected_binaries
main() main()
{ {
for i in $(ls artifacts/test_binaries/); do for i in $(ls artifacts/test_binaries/); do
$PSZ $i artifacts/protected_binaries/$(basename $i.$(hostname)) $PSZ artifacts/test_binaries/$i artifacts/protected_binaries/$(basename $i.$(hostname))
done done
} }
......
...@@ -6,7 +6,7 @@ set -x ...@@ -6,7 +6,7 @@ set -x
main() main()
{ {
for i in $(ls artifacts/protected_binaries/*$(uname -m)*); do for i in $(ls artifacts/protected_binaries/*$(uname -m)*); do
$i --help ./artifacts/protected_binaries/$i --help
done done
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment