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

changed working dir for stars tests

parent 82814b80
No related branches found
No related tags found
No related merge requests found
Pipeline #4217 failed
...@@ -45,7 +45,8 @@ set -x ...@@ -45,7 +45,8 @@ set -x
cd $CICD_MODULE_WORK_DIR/stars_umbrella cd $CICD_MODULE_WORK_DIR/stars_umbrella
source set_env_vars source set_env_vars
cd /tmp mkdir /tmp/stars_test
cd /tmp/stars_test
# Build and test each of the optimization levels -O0, -Og, and -O3. # Build and test each of the optimization levels -O0, -Og, and -O3.
if build_and_test O0 ; then if build_and_test O0 ; then
......
...@@ -4,7 +4,8 @@ set -x ...@@ -4,7 +4,8 @@ set -x
cd $CICD_MODULE_WORK_DIR/stars_umbrella cd $CICD_MODULE_WORK_DIR/stars_umbrella
source set_env_vars source set_env_vars
cd /tmp mkdir -p /tmp/stars_test
cd /tmp/stars_test
rm -rf ls.stars.killdeads stars_ped_ls; $PSZ /bin/ls ./ls.stars.killdeads -c rida=on -s meds_static=off -c kill_deads=on --tempdir stars_ped_ls || true rm -rf ls.stars.killdeads stars_ped_ls; $PSZ /bin/ls ./ls.stars.killdeads -c rida=on -s meds_static=off -c kill_deads=on --tempdir stars_ped_ls || true
if [[ ! -x ./ls.stars.killdeads ]]; then cat stars_ped_ls/logs/*; fi if [[ ! -x ./ls.stars.killdeads ]]; then cat stars_ped_ls/logs/*; fi
rm -rf stars_ped_ls rm -rf stars_ped_ls
......
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