-
Notifications
You must be signed in to change notification settings - Fork 2
/
DEEPTHOUGHT
69 lines (44 loc) · 1.29 KB
/
DEEPTHOUGHT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
$> hostname; uname -msr
DESKTOP-73R286O
Linux 4.4.0-19041-Microsoft x86_64
$> date
Mon Jun 6 22:17:10 +01 2022
$> gcc --version
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
$> clang --version
$> echo $USER_NAME
root
Ready for testing
LOADING shell00:
= ex00 =
==========================================
diff ok :D
= ex01 =
==========================================
$>src/shell00/ex01/testShell00.tar is missing. Skipping...
= ex02 =
==========================================
$>src/shell00/ex02/exo2.tar is missing. Skipping...
= ex03 =
==========================================
$>src/shell00/ex03/klist.txt is missing. Skipping...
= ex04 =
==========================================
diff ok :D
= ex05 =
==========================================
$>src/shell00/ex05/git_commit.sh is missing. Skipping...
= ex06 =
==========================================
$>src/shell00/ex06/git_ignore.sh is missing. Skipping...
= ex07 =
==========================================
$>src/shell00/ex07/b is missing. Skipping...
= ex08 =
==========================================
$>src/shell00/ex08/clean is missing. Skipping...
= ex09 =
==========================================
$>src/shell00/ex09/ft_magic is missing. Skipping...
All shell00 tests are done.
Its either your code survives or it gets wrecked.