Skip to content

Commit 72f3e5c

Browse files
committed
dbwebb test now work from any folder in repo
1 parent 869aa55 commit 72f3e5c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.dbwebb/test/run.d.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# <optional args> Optional arguments
1111
#
1212

13-
. ".dbwebb/test/functions.bash"
13+
. "$1/.dbwebb/test/functions.bash"
1414

1515
# Usage
1616
if (( $# < 3 )); then

.dbwebb/test/scripts.d/examiner.d.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
2-
3-
. ".dbwebb/test/functions.bash"
2+
. "$COURSE_REPO_BASE/.dbwebb/test/functions.bash"
43

54
HEADER="scripts.d/$( basename -- "$0" ) start"
65
FOOTER="scripts.d/$( basename -- "$0" ) end"

0 commit comments

Comments
 (0)