Skip to content

Commit

Permalink
Put removed indents back
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Jan 21, 2025
1 parent 3380194 commit 8c33f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ export PSM3_DEVICES='self,shm' # this is enough, since we only run single node
# Check we can run reframe
reframe --version
if [[ $? -eq 0 ]]; then
echo_green "Succesfully ran 'reframe --version'"
echo_green "Succesfully ran 'reframe --version'"
else
fatal_error "Failed to run 'reframe --version'"
fatal_error "Failed to run 'reframe --version'"
fi

# Get the subset of test names based on the test mapping and tags (e.g. CI, 1_node)
Expand Down

0 comments on commit 8c33f42

Please sign in to comment.