Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Sep 29, 2023
1 parent 6d5f33d commit 5693cc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/amrex-bittree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Configure Site
run: |
ln -s tests/AMReX-Bittree-Performance/sites/test AMReX-Bittree-Performance/sites/test
cd AMReX-Bittree-Performance
./configure -s test
- name: Setup Bittree
run: |
Expand Down
6 changes: 3 additions & 3 deletions tests/Simple-Project/JobObject/setupSolution.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash

JobWorkDir="/home/runner/work/Jobrunner/Jobrunner/tests/SimpleProject/JobObject"
JobWorkDir="/home/runner/work/Jobrunner/Jobrunner/tests/Simple-Project/JobObject"

cd /home/runner/work/Jobrunner/Jobrunner/tests/SimpleProject
cd /home/runner/work/Jobrunner/Jobrunner/tests/Simple-Project

# Bash file for environment

echo "Hello from environment script"
export ENV_VAR_1="First environment variable"
Env_Var_2="Second environment variable"

cd /home/runner/work/Jobrunner/Jobrunner/tests/SimpleProject/JobObject
cd /home/runner/work/Jobrunner/Jobrunner/tests/Simple-Project/JobObject

# setup script

Expand Down
8 changes: 4 additions & 4 deletions tests/Simple-Project/JobObject/submitSolution.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#!/bin/bash


JobWorkDir="/home/runner/work/Jobrunner/Jobrunner/tests/SimpleProject/JobObject"
JobWorkDir="/home/runner/work/Jobrunner/Jobrunner/tests/Simple-Project/JobObject"

cd /home/runner/work/Jobrunner/Jobrunner/tests/SimpleProject
cd /home/runner/work/Jobrunner/Jobrunner/tests/Simple-Project

# Bash file for environment

echo "Hello from environment script"
export ENV_VAR_1="First environment variable"
Env_Var_2="Second environment variable"

cd /home/runner/work/Jobrunner/Jobrunner/tests/SimpleProject/JobObject
cd /home/runner/work/Jobrunner/Jobrunner/tests/Simple-Project/JobObject

# pre process script

echo "Hello from pre process script"
echo "ENV_VAR_1=$ENV_VAR_1"
echo "Env_Var_2=$Env_Var_2"

cd /home/runner/work/Jobrunner/Jobrunner/tests/SimpleProject/JobObject
cd /home/runner/work/Jobrunner/Jobrunner/tests/Simple-Project/JobObject

# submit script

Expand Down

0 comments on commit 5693cc1

Please sign in to comment.