Skip to content

Commit 266baf3

Browse files
committed
Move the results of the replication to their subdirectories
This is the intended behaviour and already correctly implemented in the Windows version.
1 parent 8339b6d commit 266baf3

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

replication/esecfse22/execute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Assure that the script is only called from the esecfse22 folder
3-
cd "$(dirname "${BASH_SOURCE[0]}")/../.." || exit
3+
cd "$(dirname "${BASH_SOURCE[0]}")" || exit
44

55
if [[ $# -gt 0 ]]; then
66
echo "Executing $1"

replication/splc23-views/execute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Assure that the script is only called from the splc23-views folder
3-
cd "$(dirname "${BASH_SOURCE[0]}")/../.." || exit
3+
cd "$(dirname "${BASH_SOURCE[0]}")" || exit
44

55
if [[ $# -gt 0 ]]; then
66
echo "Executing $1"
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
/views
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

0 commit comments

Comments
 (0)