Skip to content

Commit

Permalink
Pin Catch2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Oct 13, 2024
1 parent 330a677 commit 162ca83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/aeolus/c/fact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup_the_build_environment () {
# Task Description:
# Build and run all tests
# ------------------------------
# Updating ${studentParentWorkingDirectoryName} and test-reports ownership...
# Updating assignment and test-reports ownership...
sudo chown artemis_user:artemis_user ${studentParentWorkingDirectoryName}/ -R || true
sudo mkdir test-reports
sudo chown artemis_user:artemis_user test-reports/ -R || true
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/aeolus/c/gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setup_the_build_environment () {
# Build and run all tests
# ------------------------------

# Updating ${studentParentWorkingDirectoryName} and test-reports ownership...
# Updating assignment and test-reports ownership...
sudo chown artemis_user:artemis_user ${studentParentWorkingDirectoryName}/ -R
mkdir test-reports
chown artemis_user:artemis_user test-reports/ -R
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/aeolus/c/gcc_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setup_the_build_environment () {
# Build and run all tests
# ------------------------------

# Updating ${studentParentWorkingDirectoryName} and test-reports ownership...
# Updating assignment and test-reports ownership...
sudo chown artemis_user:artemis_user ${studentParentWorkingDirectoryName}/ -R
mkdir test-reports
chown artemis_user:artemis_user test-reports/ -R
Expand Down

0 comments on commit 162ca83

Please sign in to comment.