Skip to content

Commit ff55e32

Browse files
authored
Merge pull request ComputationalRadiationPhysics#1680 from ax3l/fix-dotFilesCompileSuite
CompileSuite: Clean Up Dot Files
2 parents e2e21fd + e1535af commit ff55e32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildsystem/CompileSuite/autoTests/config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
cnf_scheduler_secret="..."
2525
cnf_scheduler="https://example.com?client="$cnf_scheduler_secret
2626

27+
# temporary git & build directory: careful, will be purged!
2728
cnf_gitdir="$HOME/picongpu-src/"
2829
cnf_builddir="$HOME/build/"
2930

buildsystem/CompileSuite/autoTests/get_work.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ security_check $thisDir
3131

3232
# clean up old stuff
3333
#
34-
rm -rf $cnf_gitdir/* $cnf_gitdir/.git*
34+
rm -rf $cnf_gitdir
3535
mkdir -p $cnf_gitdir
3636
cd $cnf_gitdir
3737

0 commit comments

Comments
 (0)