Skip to content

Commit a05bf78

Browse files
committed
test(runtests.sh): Fix "ls -Rl" command
1 parent e2a48a5 commit a05bf78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ run_server () {
8484
red "PROBLEM, server is not running.\\n"
8585

8686
red "LS:"
87-
ls -Rl "$dir"
87+
ls -Rl "$srcdir/$dir"
8888
echo ""
8989

9090
red "LOGS:"

0 commit comments

Comments
 (0)