From 3b483d6560146941be248339cb2772591289fb14 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Wed, 16 Mar 2022 10:17:21 +0100
Subject: [PATCH] DOC: Update integration test setup to new profile name

---
 README_SETUP.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index d3331661..43047d55 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -38,7 +38,7 @@ Optional h5-crawler:
 
 1. Change directory to `integrationtests/`.
 2. Mount `extroot` to the folder that will be used as extroot. E.g. `sudo mount
-   -o bind extroot ../../caosdb-deploy/profiles/empty/paths/extroot` (or
+   -o bind extroot ../../caosdb-deploy/profiles/debug/paths/extroot` (or
    whatever path the extroot of the empty profile to be used is located at).
 3. Start (or restart) an empty (!) CaosDB instance (with the mounted
    extroot). The database will be cleared during testing, so it's important to
-- 
GitLab