Skip to content
Snippets Groups Projects
Commit c7814cd3 authored by Jason Hiser's avatar Jason Hiser
Browse files

removed xformed exe before $ps to avoid failures

parent 644268af
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -32,7 +32,7 @@ xform-ls: ...@@ -32,7 +32,7 @@ xform-ls:
- "cd $CICD_TO_TEST_DIR" - "cd $CICD_TO_TEST_DIR"
- "source set_env_vars" - "source set_env_vars"
- "cd /tmp" - "cd /tmp"
- "rm -rf ped_ls; $PSZ /bin/ls ./xxx -c rida=on -s meds_static=off --tempdir ped_ls || true" - "rm -rf xxx ped_ls; $PSZ /bin/ls ./xxx -c rida=on -s meds_static=off --tempdir ped_ls || true"
- "if [[ ! -x ./xxx ]]; then cat ped_ls/logs/*; fi" - "if [[ ! -x ./xxx ]]; then cat ped_ls/logs/*; fi"
- "rm -rf ped_ls" - "rm -rf ped_ls"
- "./xxx" - "./xxx"
......
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