Skip to content
Snippets Groups Projects
Commit 3e20eb53 authored by Leandre Lacourt's avatar Leandre Lacourt
Browse files

correction du script qui faisait rater quelques tests

parent 077bf8d2
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ if ...@@ -56,7 +56,7 @@ if
mv *oracle* /tmp/lustre-test-$lustre_file-$node && mv *oracle* /tmp/lustre-test-$lustre_file-$node &&
export C_LIBS="-lpthread -lm " && export MAIN_FILE="${node}_${node}.c" && export C_LIBS="-lpthread -lm " && export MAIN_FILE="${node}_${node}.c" &&
cd /tmp/lustre-test-$lustre_file-$node/ cd /tmp/lustre-test-$lustre_file-$node/
gcc -o $node.exec ${node}_${node}*.c lustre* para.* $C_LIBS gcc -o $node.exec ${node}_${node}*.c lustre_consts.* lustre_types.* para.* $C_LIBS
then then
echo "lus2lic -2cmt done" echo "lus2lic -2cmt done"
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment