Skip to content

Commit bf3adb2

Browse files
fix: cleanup files after testing
This is needed before deploy the files.
1 parent 5f021b1 commit bf3adb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/travis_unit_test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ then
3131
echo There is no unit test for macOS.
3232

3333
fi
34+
35+
#Remove all the extra file created by test
36+
rm enduser/console_log.txt
37+
rm enduser/export_trackers.txt
38+
39+
#Undo all changes made by testing.
40+
git reset --hard

0 commit comments

Comments
 (0)