Skip to content

Commit e1535af

Browse files
committed
CompileSuite: Clean Up Dot Files
Adding new dot files in the root of the repo, such as `.travis.yml` did not get cleaned up properly between tests. Following `git clone` commands in that tmp dir failed.
1 parent e2e21fd commit e1535af

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)