Skip to content

Commit

Permalink
Less verbose test output
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Nov 22, 2022
1 parent 2d41f41 commit 79bf9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_slurm/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ salloc -n 2 disBatch Tasks
[[ -f A.txt && -f B.txt && -f C.txt ]]
success=$?

cd -
cd - > /dev/null

if [[ $success -eq 0 ]]; then
echo "Slurm test passed."
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ssh/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ disBatch -s localhost:2 Tasks
[[ -f A.txt && -f B.txt && -f C.txt ]]
success=$?

cd -
cd - > /dev/null

if [[ $success -eq 0 ]]; then
echo "SSH test passed."
Expand Down

0 comments on commit 79bf9f0

Please sign in to comment.