maintain state

This commit is contained in:
Pierre Dubouilh
2019-09-07 11:47:41 +02:00
parent e9eb3bf45b
commit 698a418e5d
13 changed files with 65 additions and 63 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ run-extra:
./gossa -prefix="/fancy-path/" -symlinks=true test-fixture
ci:
-@cd test-fixture && ln -s ../docker .
-@cd test-fixture && ln -s ../support .
make build
timeout 10 make run &
sleep 11 && timeout 10 make run-extra &