From c9382123e8db08e1337bc4cd738aa7b0ae7b8f5b Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 20 Jun 2015 20:30:33 +0300 Subject: [PATCH] abs path --- test/runtests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 6d98a9e..638eee7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -62,7 +62,8 @@ test_add_and_get_nodes() function test_print() lines_with_print = Dict() - src = readdir("/src") + #src = readdir("/src") + src = "/home/travis/build/ovainola/JuliaFEM" for file_name in src fil = open(joinpath("src",file_name),"r") for line in readlines(fil)