diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-07-16 12:58:13 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-07-16 12:58:13 +0200 |
| commit | 14914f50c3de6c5444e13cf67db064b03c1c90ef (patch) | |
| tree | 3ecf5a41b4541980ba0287a431681cd5ae25ad84 /exam01/traces/0-0-hello.trace.txt | |
| parent | 217bcb0d4e3ba60604921cb40d5a11a64f93cfc7 (diff) | |
| download | piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.tar.gz piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.tar.bz2 piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.zip | |
c09 passed, c10 start, exam00 and exam01
Diffstat (limited to 'exam01/traces/0-0-hello.trace.txt')
| -rw-r--r-- | exam01/traces/0-0-hello.trace.txt | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/exam01/traces/0-0-hello.trace.txt b/exam01/traces/0-0-hello.trace.txt new file mode 100644 index 0000000..6708b57 --- /dev/null +++ b/exam01/traces/0-0-hello.trace.txt @@ -0,0 +1,47 @@ += Host-specific information ==================================================== +$> hostname; uname -msr +w-r1-p2.s19.be +Darwin 16.7.0 x86_64 +$> date +Fri Jul 12 17:05:17 CEST 2019 +$> 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/2019/c-piscine-exam-01/exam_20190712/cacharle + += Git history ================================================================== +$> git -C /var/folders/_m/wmzv2nsn7918t3fjlm5kpcp80000gq/T/tmpHW3uXn/user log --pretty='%H - %an, %ad : %s' +9addd4166252d59255a58e3c6c1c7a1e926b37d3 - Exam 42, Fri Jul 12 17:04:19 2019 +0200 : hello + += Collected files ========================================== +$> ls -lAR /var/folders/_m/wmzv2nsn7918t3fjlm5kpcp80000gq/T/tmpHW3uXn/user +total 8 +-rw-r--r-- 1 deepthought deepthought 210 Jul 12 17:05 __GIT_HISTORY +drwxr-xr-x 3 deepthought deepthought 102 Jul 12 17:05 hello + +/var/folders/_m/wmzv2nsn7918t3fjlm5kpcp80000gq/T/tmpHW3uXn/user/hello: +total 8 +-rw-r--r-- 1 deepthought deepthought 965 Jul 12 17:05 hello.c + += hello ======================================================================== +$> gcc -Wextra -Wall -Werror hello.c -o user_exe + += Test 1 =================================================== +$> ./swu3bvaw8nu1f56oykt470ve test1.prm +$> diff -U 3 user_output_test1 test1.output | cat -e + +Diff OK :D +Grade: 1 + += Final grade: 1 =============================================================== |
