Skip to content

Commit

Permalink
run test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Mar 28, 2024
1 parent 4b8410e commit ea95cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/globusTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def run_test():
if install.returncode == 1:
return (install, "", "")

test = subprocess.run(["./install-test.sh omega_h-test build-omegah-perlmutter-cuda"], shell=True, encoding="utf_8", stdout=subprocess.PIPE)
test = subprocess.run(["./run-test.sh omega_h-test build-omegah-perlmutter-cuda"], shell=True, encoding="utf_8", stdout=subprocess.PIPE)
if test.returncode == 1:
return (install, test, "")

Expand Down

0 comments on commit ea95cc9

Please sign in to comment.