48 lines
2.1 KiB
Plaintext
48 lines
2.1 KiB
Plaintext
= Host-specific information ====================================================
|
|
$> hostname; uname -msr
|
|
e2r10p1.42.fr
|
|
Darwin 16.7.0 x86_64
|
|
$> date
|
|
Wed May 2 19:57:21 CEST 2018
|
|
$> gcc --version
|
|
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
$> clang --version
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
|
|
= User files collection ========================================================
|
|
Collecting user files from Vogsphere
|
|
Repository URL: auto-exam/2018/c-exam-alone-in-the-dark-beginner/practice-exam_20180502/tmaze2
|
|
|
|
= Git history ==================================================================
|
|
$> git -C /var/folders/91/kh6l6vg10w58x_sb25wysf940000gq/T/tmpjasV6_/user log --pretty='%H - %an, %ad : %s'
|
|
2ac6a4c7dc8bf57c0c431ba0f1f0ef5bededdece - Tanguy MAZE, Wed May 2 19:55:09 2018 +0200 : cycle_detector
|
|
|
|
= Collected files ==========================================
|
|
$> ls -lAR /var/folders/91/kh6l6vg10w58x_sb25wysf940000gq/T/tmpjasV6_/user
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 263 May 2 19:57 __GIT_HISTORY
|
|
drwxr-xr-x 3 deepthought deepthought 102 May 2 19:57 cycle_detector
|
|
|
|
/var/folders/91/kh6l6vg10w58x_sb25wysf940000gq/T/tmpjasV6_/user/cycle_detector:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1467 May 2 19:57 cycle_detector.c
|
|
|
|
= cycle_detector ===============================================================
|
|
$> clang -Wextra -Wall -Werror main.c test_cycle_detector.c cycle_detector.c -o user_exe
|
|
|
|
= Test 1 ===================================================
|
|
$> ./r0vgwotdey2deavspqenrcg0
|
|
$> diff -U 3 user_output_test1 test1.output | cat -e
|
|
|
|
Diff OK :D
|
|
Grade: 1
|
|
|
|
= Final grade: 1 ===============================================================
|